Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    END_OF_MAIL
    close(F_MAIL);
    __END__
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    $msg->send;
    print "Mission accomplished\n";
    __END__