Help for this page

Select Code to Download


  1. or download this
    open RES, 'bas.txt';
    my $msg; do { local $/; $msg = <RES> };
    close RES;
    
  2. or download this
     my %mail = ( To      => 'toemailhere',
                         From    => 'fromemailhere',
                         Subject => "Output",
                         Message => $msg
                           );