DEVELOPER'S COOKBOOK
GEOFFREY YOUNG
PAUL LINDNER
RANDY KOBES
Second printing with corrections: November 2002
. If you have the first printing, you can check for errata in that edition here instead.
(^.*\.pl$)
(^.*\.pl)$
PerlSetVar protectedScript /login.html
PerlSetVar protectedLoginScript /login.html
my $fields = join "$_,", keys %columns;
$_
and is better written as my $fields = join ', ', keys %columns;
You can report book errors or omissions to errata-at-modperlcookbook.org.