Ernest G. Wilson II's
PERL Scripts and PERL Guides

Over the years I have found PERL to be my constant companion.     

A map of 403 Palmers Dr, Landenberg, PA 19350-1373. Click to see the map on MSN Maps & Directions
 
ScriptsGuidesLinks
Use PERL to create a script or program and then compile it into an EXE!
PERL makes Windows Executables!

1.) Install Strawberry PERL in Windows (Not ActiveState PERL) - Strawberry has a C/C++ Compiler and CPAN and PPM support!

2.) Open a command prompt and add PAR-Packer: (If you use a proxy server, set environment: HTTP_proxy http://YourProxy:8080)
     cpan
     install PAR::Packer

3.) Create a fully distributable Win32 binary EXE using pp and your current PERL scripts from the command line:
      pp -o hello.exe helloworld.pl

4.) Add PERL Tk via PPM command line to create Windows GUI programs
      ppm install Tk

Copyleft 2007 Ernest G. Wilson II