Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: How to access an unknown number of CGI variables in a CGI script

by muba (Priest)
on Jan 08, 2013 at 14:12 UTC ( [id://1012236]=note: print w/replies, xml ) Need Help??


in reply to Re: How to access an unknown number of CGI variables in a CGI script
in thread How to access an unknown number of CGI variables in a CGI script

The name doesn't need to change (...) param method, it will return a list of each row you added

Demonstration:

> perl -MCGI=param -E ' say "student=$_" for param("student"); ' student=foo student=bar student=baz student=foo student=bar student=baz >

Note that this is similar to space_monk's functional style example below.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-03-29 09:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found