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