Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Help... I know nothing about perl...

by astanley (Beadle)
on May 01, 2001 at 21:12 UTC ( [id://77033]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI qw(:standard);
    ...
    my $cgi = CGI->new;
    print $cgi->header;
    if ($cgi->param("name") ne "") { print "Welcome " . $cgi->param("name"
    +) }
    
  2. or download this
    <form method=post action=yourscript.pl>
    <input type=text name=name>
    <input type=submit name=submit>
    </form>
    

Log In?
Username:
Password:

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

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

    No recent polls found