Help for this page

Select Code to Download


  1. or download this
       if ( $msg->send() )  
          { print "Your information has been saved and forwarded."; }
       else
          { print "Unabled to save your information."; }
    
  2. or download this
    #!/usr/bin/perl -wT
    use strict;
    
    ...
       { print "Unabled to save your information."; }
    
    print end_html;