Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

passing CGI form parameters via HTML email

by gmacfadden (Sexton)
on Jun 21, 2006 at 19:40 UTC ( #556755=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <html><head><title>Form data originating from HTML</title></head>
    <body>
    ...
    
    </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -wT
    use CGI qw(:standard);
    ...
    print "\$content is $comments<br>\n";
    
    print end_html;
    
  3. or download this
    #!/usr/bin/perl -wT
    use CGI qw(:standard);
    ...
        print end_html;
        exit;
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2023-11-29 12:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?