in reply to need help setting up an existing perl program in windows
See A guide to installing modules for Win32 for the easiest approach of using PPM (with ActiveState Perl).
Otherwise, you will need a C compiler matching the version your Perl installation was compiled with.
For example, Strawberry Perl comes with its C compiler suite included. For ActiveState Perl, you can install the C compiler from MinGW package by issuing the ppm MinGW command.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: need help setting up an existing perl program in windows
by joetesta (Novice) on Apr 12, 2013 at 18:28 UTC | |
by MidLifeXis (Monsignor) on Apr 12, 2013 at 18:43 UTC | |
by joetesta (Novice) on Apr 12, 2013 at 18:47 UTC |