|
|
| There's more than one way to do things | |
| PerlMonks |
Re: using a Perl script in Windows without installing perlby aitap (Chaplain) |
| on Dec 17, 2012 at 16:04 UTC ( #1009194=note: print w/ replies, xml ) | Need Help?? |
|
pp can pack the whole program with its dependencies into a single executable file, which, when run, extracts itself in a temporary directory and runs Perl from there. If you don't want to waste time and disk space on unpacking the program, you'll have to try something else. Right now I'm searching for an answer for this question too, selecting between Cava Packager, packaging portable Strawberry Perl in an installer, running a copy of perl.exe + perl5xx.dll (or self-built perlembed) on an extracted PAR archive or something else.
Sorry if my advice was wrong.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||