Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

(Ovid) Re: Best way to parse CGI params

by Ovid (Cardinal)
on Feb 15, 2002 at 16:07 UTC ( [id://145708]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %param = 
        map { $_ => [$cgi->param($_)] } 
        $cgi->param;
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
            ? \@values
            : $values[0];
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://145708]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (1)
As of 2024-04-16 21:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found