Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: CGI.pm being funny?

by Zaxo (Archbishop)
on Feb 06, 2002 at 03:14 UTC ( [id://143543]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print $q->checkbox_group (
        -name=>'predefined',
    ...
        -default=>[ @predefined[@slicer] ],
        -labels=>\%predefined_labelhash,
        );
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    <input type="checkbox" name="predefined" value="abba" />pop<br /><inpu
    +t type="checkbox" name="predefined" value="dabba" checked="checked" /
    +>amateur<br /><input type="checkbox" name="predefined" value="doo" />
    +don&#39;t go there<br />
    $
    =cut
    

Log In?
Username:
Password:

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

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

    No recent polls found