Perl in a Nutshell by Ellen Siever, Stephen Spainhour, & Nathan Patwardhan Here are the changes made in the 9/00 reprint: {7} 1st bullet: http://www.perl.com/perl/faq now reads http://language.perl.com//faq/. ?8? The section entitiled "The Perl Institute" has been removed. "published by John Orwant" now reads "edited by John Orwant." Under "Perl Conferences," the section now reads: For years, Usenix has devoted tracks of its conferences to Perl. However, starting in 1997, O'Reilly & Associates has been hosting conferences dedicated entirely to Perl (http://conferences.oreilly.com/). And Yet Another Perl onference (YAPC) made its debut in 1999 (http://www.yapc. org/). {20} last sentence before list: "The following is a listing of the interactive CPAN modules:" now reads "The following is a synopsis of the commands that you can execute from the CPAN shell:" {36} In the -n entry, the code has been changed to: LINE: while (<>) { ... # your script goes here } In the -p entry, the code has been changed to: LINE: while (<>) { ... # your script goes here } continue { print; } {47} sentence after first line of code now reads: 'But in a scalar context, localtime displays the date like "Fri Aug 18 08:22:16 2000".' {48} Code near bottom of page: comma removed after "OUTFILE." {50} second code block now reads: LINE: while (