Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: CGI

by Maestro_007 (Hermit)
on Jul 06, 2001 at 02:13 UTC ( [id://94309]=note: print w/replies, xml ) Need Help??


in reply to How can I grab all CGI variables at once? (was: CGI)

If you use param in a list context with no arguments, it will return "the parameter names as a list" (according to this node),

@list = $q->param();

This node is a part of the standard distribution of Perl. Also read it by typing perldoc CGI at the prompt.

There are literally hundreds of documents within a very close reach of this web site that can answer questions like that. I recommend to anyone who is new to Perl that they first familiarize themself with these documents. It may seem daunding at first, but once you get the hang of it, it's much more rewarding to find the answers on your own.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-18 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found