This course (Advanced Perl)
can be adapted for a variety of classroom hardware configurations:
A roomful of NT boxes
A roomful of Unix workstations
Terminal emulators (on PCs or workstations)
connecting to a Unix host
All machines must, of course, have web browsers and be connected to the Internet.
Two basic classroom software configurations are possible:
Each student's desktop machine has its own Perl interpreter.
A single Perl interpreter resides on a server, and each student machine can connect
(via telnet or otherwise) to this server with read, write, and execute permissions.
For Unix, gzip and gunzip
work well. Download them from the
GNU site.
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.
Do you want to review the release notes: Choose No
Setup Complete: Choose Yes and click Finish (reboot)
Verify a complete installation after reboot:
Open a new DOS window
Enter the command: perl -v
TOTAL TIME FOR INSTALLATION: 12 to 15 minutes.
Installation time can be reduced by not
installing and building the HTML documentation.
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.