Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Unexpected CGI param behavior

by ikegami (Patriarch)
on Jun 24, 2008 at 20:39 UTC ( [id://693825]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @values = $cgi->param('foo');
    
    my ($first_value) = $cgi->param('foo');
    
    my $first_value = ( $cgi->param('foo') )[0];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-26 02:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found