STBEY writes "I think Strawberry Perl is absolutely great!
But...
What do you do on Windows machines where you do not have Administrator rights, or no rights at all to install anything, to be more precise?
Such as e.g. in large companies, with very restrictive user policies?
And by "installing" I mean running an installer, configuring the binary and changing the registry like Strawberry Perl does.
What often DOES work on these machines though is copying files.
So we need a Perl binary which will install on any drive, just by unpacking a ZIP archive, for instance.
And if you don't have the rights to change the system's PATH environment variable, you need a batch script to call Perl for you, to be copied into one of the directories in the PATH, or to any directory you have write permissions to, and from which you will be calling Perl.
It may seem awkward, but in return you will have a fully-fledged Perl running on your crippled PC.
If this is what you need, have a look at http://www.engelschall.com/u/sb/download/win32/perl-5.10.1-win32-bin-0001.zip.
(See the README.txt file in the root directory for all the gory details)
The installation is simpler than it sounds.
Hope this helps!
Enjoy!"
Strawberry Perl also is available as a
Re:Strawberry Perl is available as .zip
SvenDowideit on 2009-10-11T03:39:56
what you really want is the portable strawberry perl zip - it not only works by unzipping, but many of us carry it around on a USB stick and run it from there.Whats more, it can be bundled nicely with other software - resulting in (for a personal example) Foswiki on a USB Stick - http://fosiki.com/blog/2009/09/22/foswiki-1-0-7-on-a-usb-stick/ )
portable strawberry perl has been around for long enough that its well tested, and well loved - CPAN works very well, as the zip contains the needed toolchain too.
Cheers Sven - Foswiki developer
Re:Strawberry Perl is available as .zip
Alias on 2009-10-12T01:03:18
What he said
:)