Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: reading dynamic form params

by sulfericacid (Deacon)
on Dec 12, 2006 at 19:13 UTC ( [id://589365]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @names = param();
    my %data;
    ...
       print "$key => $data{$key}<br>\n";
    }
    # all goodies are in %data
    
  2. or download this
    #!/usr/bin/perl 
    
    ...
    {
       print "$key => $data{$key}<br>\n";
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found