Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

OOP in CGI

by wink (Scribe)
on Jul 29, 2005 at 07:06 UTC ( [id://479254]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use CGI; # And other fun stuff
    $q = new CGI;
    print $q->header,
          $q->start_html(-title=>'Title'),
          p($q->foo);
          # etc, etc
    
  2. or download this
    use CGI; # And other fun stuff
    print header,
          start_html(-title=>'Title'),
          p(param "foo");
          # etc, etc
    

Log In?
Username:
Password:

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

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

    No recent polls found