Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

CGI.pm checkbox problem?

by xtype (Deacon)
on Feb 06, 2002 at 02:52 UTC ( [id://143541]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $q->checkbox_group
          (
            -name=>'predefined',
            -values=>@predefined,
          );
    
  2. or download this
    <input type="text" name="something"  size="15" maxlength="15" />
    <input type="checkbox" name="predefined" value="a line of text." />a l
    +ine of text
    <input type="submit" name="submit" value="Preview" />
    <input type="hidden" name=".cgifields" value="predefined" />
    

Log In?
Username:
Password:

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

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

    No recent polls found