Re: whats the best cgi/perl book around?

2001-09-25 Thread Sawsan Sarandah
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

Re: whats the best cgi/perl book around?

2001-09-25 Thread Mel Matsuoka
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

whats the best cgi/perl book around?

2001-09-25 Thread louie miranda
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

Fwd: Re: How to ck for null set w/ Checkboxes

2001-09-25 Thread Teresa Raymond
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";