Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: CGI.pm being funny?

by CharlesClarkson (Curate)
on Feb 06, 2002 at 03:19 UTC ( [id://143545]=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',
            -values=>@predefined,
          );
    
  2. or download this
    print $q->checkbox_group
          (
            -name=>'predefined',
            -values=> \@predefined,
          );
    
  3. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html
        PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
        "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
    

Log In?
Username:
Password:

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

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

    No recent polls found