in reply to Perl modules in Windows
If you use ActivePerl like the OP and have Visual C or you use Cygwin Perl and have gcc, you can compile your own modules just like on *nix -- either use CPAN or CPANPLUS or do manual installs saying the mantra with an extra n (perl Makefile.PL, nmake, nmake test, nmake install). This will work for most modules.
For pure perl modules you can do a manual install with just nmake.exe (available for free) even if you don't have a C compiler.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Perl modules in Windows
by Arbogast (Monk) on Nov 05, 2003 at 15:41 UTC |