Re: problems with CGI module

2002-08-14 Thread Kevin Meltzer
Well, what exactly is the value of $av_equip and $date_slide at this time? Add a few print statments in for debugging, use CGI::dump() to see what is really being passed in. You may not be storing the values you expect in these variables. Cheers, Kevin On Wed, Aug 14, 2002 at 09:28:22AM -0700, P

Re: problems with CGI module

2002-08-14 Thread Pam Derks
Hi Kevin, I've changed per your suggestion to: elsif ($av_equip eq "slide") { if ($date_slide eq "") { print $q -> h3(), "Please enter date needed for 35mm Slide Projector."; } } but the error checking isn't working, i.e. if I've got 35mm checked, the error message isn't being displaye

Re: problems with CGI module

2002-08-14 Thread Kevin Meltzer
Hi Pam, On Wed, Aug 14, 2002 at 08:37:46AM -0700, Pam Derks ([EMAIL PROTECTED]) said something similar to: [snip] > elsif ($av_equip eq "slide" || "tvvcr" || "lcd" || "boombox" || "overhead" || >"opaque" || "flipchart" || "projection") { This is basically like saying: elsif ($foo eq "bar" |