Category Archives: perl

Quick Perl install and setup

Finally had the need to use Perl standalone so I setup Paul Smedley’s GCC port. Then I set up a script to just initialize the perl stuff:

Note:
I unzip’d the archive to my D drive and I have sh.exe (ash.exe renamed to sh.exe) in d:moztools.

—– perlenv.cmd —–
set PATH=%PATH%;d:perlbin;
set BEGINLIBPATH=d:perlbin
set PERLIB_PREFIX=u:/perl/lib;d:/perl/lib
set PERL_SH_DIR=d:/moztools

Now to test it…..