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

send form results by email

by Anonymous Monk
on Mar 12, 2003 at 16:34 UTC ( [id://242417]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub print_details{
    print "\nWe have recieved your order for a $pizza_size pizza with ";
    &pizza_toppings;
    }
    
  2. or download this
    # send e-mail
    my $sendmail;
    ...
    print SENDMAIL  "Subject: YOUR PIZZA ORDER\n" ;
    print SENDMAIL &print_details;
    close (SENDMAIL);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-25 11:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found