A text editor --
Perl error messages include source code line numbers,
so the ability to locate lines in source code files
by line number is essential for debugging.
Make sure you have an editor that shows line numbers.
Let the HTML documentation be installed unless you have a slow machine.
Let it be installed in c:\perl\html.
Let the root of the perl HTML tree be the default.
Let the installation proceed.
Follow the instructions to add Perl to your Path variable.
Open the Control Panel and double-click the System icon.
Click the Environment tab.
Scroll down the System Variable list and highlight Path.
Now scroll down to the Value input field,
click in it and use the right-arrow key to move to the end.
Once you are there, add the string ;c:\perl.
Click Set, then Apply, then Ok.
Installing Perl on Unix
The tasks required here demand advanced system administration
skills... don't try this at home, kids! :-)
If you are building a Perl interpreter for use by
any user (including the web server) you need root
privilege in order to write in /usr/local/lib
and related system directories.
For Unix, you must download and compile the source code.