Notes on Perl


Contents:


Compiling Perl programs

You have several choices: See pages 18-19 of the Wall, Christansen, and Orwant for further details.


Debugging in Perl

Unlike many other programming languages, there is no separate debugger in Perl; rather, the debugger isuatomatically invoked by adding the -d flag to the Perl invocation, e.g.,

See pages 506-529 of Wall, Christansen, and Orwant for further details.


Web information on Perl


Perl books


Created: January 17, 2000
Last Modified: March 22, 2001