in reply to Re^6: Perl pp fails to create executable
in thread Perl pp fails to create executable
Don't worry about it, regardless of which version of perl you're currently using (ActiveState vs Strawberry) I still suggest using cpan to install pp. If using ActiveState you'll need to install build tools (MinGW, dmake) which can be done via:
ppm install MinGWOnce this is done (note Strawberry ships with everything you need) you'll be able to install pp via:
cpan pp
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Perl pp fails to create executable
by tale051258 (Initiate) on Feb 20, 2012 at 17:04 UTC |