I own the following CGI/Perl books:
CGI Programming with Perl (2nd Edition)
by Scott Guelich, et al (Paperback - July 2000)
-- useful but not earth-rattling
Writing CGI Applications with Perl
by Kevin Meltzer, Brent Michalski (Paperback)
-- primitive, doesn't talk much about cgi.pm
MySQL (OTHER
At 10:38 AM 09/26/2001 +0800, "louie miranda" <[EMAIL PROTECTED]>
wrote:
>
>Hi, im just wondering whats the best cgi/perl book?
>
What's the "best" religion? ;)
There aint no such animal. You have to be more specific with the
question...It really depends on what your needs and skill level are. A
Hi, im just wondering whats the best cgi/perl book?
thnx.
louie miranda (axishift.ath.cx)
--
Security Is A Series Of Well-Defined Steps
chmod -R 0 / ; and smile :)
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
Thanks Roger, I tried the following and it worked.
my $location=$q->param('location');
my $foodtype=$q->param('foodtype');
#CK FOR BLANKS
if ($location eq "" || $foodtype eq "")
{print <<"PrintTag";