Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

use documentation;

by jepri (Parson)
on Jul 14, 2001 at 20:51 UTC ( [id://96751]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # CGI script that creates a fill-out form
    # and echoes back its values.
    ...
            start_form,
            "What's your name? ",textfield('name'),p,
            "What's the combination?", p,
    
  2. or download this
    #!/usr/local/bin/perl -w
       use CGI;                             # load CGI routines
       $q = new CGI;                        # create new CGI object
       print $q->header,                    # create the HTTP header
    

Log In?
Username:
Password:

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

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

    No recent polls found