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

Re: CGI help.

by tcf22 (Priest)
on Dec 12, 2003 at 21:22 UTC ( [id://314413]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <FORM action="handler.cgi" method=POST>
    <TEXTAREA name="textarea1"></TEXTAREA>
    <input type="submit" value="Submit">
    </FORM>
    
  2. or download this
    use CGI;
    my $cgi = new CGI;
    
    my $user_input = $cgi->param('textarea1');
    

Log In?
Username:
Password:

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

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

    No recent polls found