Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Input arrays to CGI

by sedhed (Scribe)
on Jul 24, 2002 at 07:03 UTC ( [id://184718]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <!-- html -->
    <input name=mylist_1  ... >
    <input name=mylist_2  ... >
    <input name=mylist_3  ... >
    
  2. or download this
    @listitems = map(/mylist_(.*)/,$q->param();
    
    # later...
    $value = $q->param( 'mylist_'.$listitems[3] );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-28 23:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found