Help for this page

Select Code to Download


  1. or download this
    sub send_mail {
       my $msg = shift;
    ...
       warn $msg;
       exit;
    }
    
  2. or download this
    my $dbh = DBI->connect('DBI:Oracle:host=**,sid=***', 'usrname', 'passw
    +d', { RaiseError => 1, AutoCommit => 0 } ) 
       || send_mail "Database connection not made:$DBI::errstr";