Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Easy CGI Question

by stonecolddevin (Parson)
on Mar 30, 2004 at 02:36 UTC ( [id://340834]=note: print w/replies, xml ) Need Help??


in reply to Easy CGI Question

I believe if you wanted to loop through them, you could simply do:
foreach my $i ( param() ){ ... }
All posts are spawns of an archaeic and instinctual remnant of pre-neanderthalian neural synapse that, while irrevocably human, remains an anomoly to the common laws of nature.

Replies are listed 'Best First'.
Re^2: Easy CGI Question
by csuhockey3 (Curate) on Jul 12, 2004 at 16:50 UTC
    This will work only for SINGLE-values
    foreach my $n ($query->param) { $param{$n} = $query->param($n); }
    try this too:
    my( %param )= @_;

    CSUhockey3

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-04-25 17:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found