I’m using Perl as my scripting language of choice under Windows and normally I just install ActivePerl (mostly 5.8 for personal legacy reasons) and be done with it.
I now face the problem that I’d like to use some small scripts on a machine where I do not have any admin rights and therefore cannot install the ActiveState distribution with its installer.
What needs to be zipped together from an installed ActiveState Perl to do an xcopy-style installation of Perl on Windows? (And which environment variables will then have to be set in a command shell to make it work?)
Strawberry Perl has a portable edition. I’d use that in preference to trying to hack ActivePerl into working without being properly installed.