Help for this page

Select Code to Download


  1. or download this
    print SENDMAIL << "EOF";
    From: me\@abc.com
    ...
    print SENDMAIL fuction(arguments);
    
    close(SENDMAIL);
    
  2. or download this
    my $text = function(arguments);
    
    ...
    EOF
    
    close(SENDMAIL);