Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: Building data structures from CGI params

by fullermd (Priest)
on Nov 21, 2010 at 09:53 UTC ( [id://872772]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <input type="text" name="foo{bar}" value="barval">
    <input type="text" name="foo{baz}" value="bazval">
    
  2. or download this
    $params = {
        "foo{bar}" => "barval",
        "foo{baz}" => "bazval"
    }
    
  3. or download this
    $params = {
        foo => {
    ...
            baz => "bazval",
        }
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found