Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Form validation/Search script

by JediWizard (Deacon)
on Oct 24, 2005 at 14:27 UTC ( [id://502544]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Form validation/Search script

I highly recomend use CGI; as it will (among other things) make reading your parameters much easier:

use CGI qw(:standard); my(%params) =(); foreach my $param (param()){ $params{$param} = param($param); }

Just makes life easier for us all. see CGI.


They say that time changes things, but you actually have to change them yourself.

—Andy Warhol

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://502544]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.