Gossamer Forum
Home : General : Perl Programming :

dual search options: checkbox or other method?

(Page 2 of 2)
> >
Quote Reply
Re: dual search options: checkbox or other method? In reply to
Which one? LOL Wink

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: dual search options: checkbox or other method? In reply to
I'll be gentle and point out the one I noticed first.....

print Content;

Installations:http://www.wiredon.net/gt/
Favicon:http://www.wiredon.net/favicon/

Quote Reply
Re: dual search options: checkbox or other method? In reply to
Oh...lol....yeah, i thought it was, but I am used to using print "Content-type: text/html \n\n"; , I am trying to move over to this method now. I'll fix that. I also noticed that I used an = instead of an eq in one of the elsif's Wink

Are there any more I should know about....lol

Andy

webmaster@ace-installer.com
http://www.ace-installer.com
Quote Reply
Re: dual search options: checkbox or other method? In reply to
Not that I can see but you could use:

use CGI qw(:standard);

or

use CGI qw/:standard/;

..instead of

use CGI;

...and the use

print header;

Installations:http://www.wiredon.net/gt/
Favicon:http://www.wiredon.net/favicon/

> >