Paul Lalli said:
..
..
If you really are feeling masochistic enough to want to compile your
own perl executable, you can get the source files from
http://www.perl.com/download.csp and follow the directions in the
standard README and INSTALLING files.
'README.win32' (in the top-level folder of the perl source distro) contains
all the instructions you'll need. If you've got a commercial version of VC6
or VC7 it's actually a fairly trivial exercise (though first time round it
mightn't seem so trivial) - a couple of config options to set in the
Win32/Makefile (which is pretty much self-documenting), then just 'cd' to
the Win32 folder and run 'nmake', 'nmake' test' and 'nmake install'.
If you're using the free command line compiler from Microsoft it's a little
more involved - full details in the aforementioned 'README.win32'.
And if the "free command line compiler" you're using happens to be VC8 (aka
something like .NET 2005), I've read that it's not at all trivial - in fact
I don't know that it has been done.
Cheers,
Rob