Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Single CGI script for submission,processing and displaying of results

by nivlac (Scribe)
on Feb 22, 2001 at 20:39 UTC ( [id://60241]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $CGI = new CGI;
    my($item) = $CGI->param('item');
    ...
    my($sql, $sth, $comments) = ("", "", "");
    
    if(defined($add)) {
    
  2. or download this
    } else {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2024-04-20 07:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found