Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

(Ovid) Re(2): Automatic Generation of Form Handling Code

by Ovid (Cardinal)
on Jun 06, 2001 at 22:04 UTC ( [id://86325]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    my %formdata = map { $_ => [ param( $_ ) ] } param;
    
  2. or download this
    # The following is clearer for me:
    
    ...
    foreach ( @$formdata{ 'in_colors' } ) {
        # do something
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found