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);