The major outline is
You can download and install it from a nearby CPAN mirror. More detailed instructions can be found on Download
Windows users might want to download the latest Strawberry Perl release (5.10.0.3) as it already supports Wx installation without the extra manual work earlier releases required.
chdir (Score:1)
When running a Perl file, chdir to the dir of the file seems obvious, but it isn't in all cases. There are a couple of scenarios you need to support when you "run" a perl file.
The most common mistake seems to be to ignore @INC and just leave it as is. But that only works for the simplest script with no application classes.
This is the default config section of PerlySense for determining how and where to run something from:
#These are evaluated in order to find a way to run a file. First
#match is used.
run_fil