Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Form validation/Search script

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


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
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2023-06-01 16:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?