How to install Win32 module...

How to install Win32 module...

am 25.02.2009 23:41:19 von Steve Pittman

I downloaded and unzipped the TAR file...how do I install it...directions =
say copy into lib which didn't work

thanks in advance

--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/

Re: How to install Win32 module...

am 01.03.2009 16:34:12 von sanket

On Feb 25, 2:41 pm, spitt...@jhmi.edu (Steve Pittman) wrote:
> I downloaded and unzipped the TAR file...how do I install it...directions say copy into lib which didn't work
>
> thanks in advance

Hi,

Download C++ compiler & (nmake or dmake).

Extract tar files. navigate to the directory.

perl makefile.pl
nmake or dmake
make test
make install

Some modules work when we directly copy .pm file & then make entry
into .packlist. However most of the modules don't work this way.

However better way is to directly install using CPAN


--
To unsubscribe, e-mail: beginners-unsubscribe@perl.org
For additional commands, e-mail: beginners-help@perl.org
http://learn.perl.org/