I've recently installed the Perl Packer module to compile my perl scripts into exe packages. I'm running strawberry perl setup on a windows 32-bit machine. When I attempt to run the pp -o command, I get an error stating that Perl is not part of my path. It is, for some reason, looking for perl in F:/Programs/Strawberry Perl/site/bin/perl.exe, when the true path is F:/Programs/Strawberry Perl/bin/perl.exe. Perl itself runs fine from commandline. How can I get Perl Packer to find my perl.exe?
Asked
Active
Viewed 152 times
1 Answers
0
What about calling this way?
perl pp {your options goes here}
regards

user1126070
- 5,059
- 1
- 16
- 15
-
Can't open perl script "pp": No such file or directory. – steventnorris Mar 20 '12 at 14:55