On Feb 25, 2:41 pm, [email protected] (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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
