Folks,
I have been teaching myself CGI/Perl. I have Lincoln Stein's book "Official
Guide to Programming with CGI.pm". I have been trying to get his
"Guestbook.pl" script to work.
As a good newbie, the first thing I did was add "-w" to the shebang line and
"use strict;". I was surprised at the nu
> "Paul" == Paul Bertram <[EMAIL PROTECTED]> writes:
Paul> 1. one error says "subroutine escapeHTML redefined at
Paul> line149". To my unexperienced eyes, it looks like that is the
Paul> only place it is defined, so why does perl think it is being
Paul> redifined?
CGI.pm defines it. If you