Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: A newbie's CGI- kinda problem

by comatose (Monk)
on May 26, 2000 at 17:27 UTC ( [id://14958]=note: print w/replies, xml ) Need Help??


in reply to A newbie's CGI- kinda problem

Checkboxes are returned as lists. In order to get the values of a group of checkboxes named "list", you'd need:

@values = $q->param('list');

This is covered in the CGI.pm documentation.

Replies are listed 'Best First'.
RE: Re: A newbie's CGI- kinda problem
by mikkoh (Beadle) on May 26, 2000 at 18:35 UTC
    Thanks, but one problem is that I don't want to name any specific param, as the script is supposed to blindly go through them all never mind what they are. Thanks anyway - problem solved :) //mjh

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-25 09:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found