Help for this page

Select Code to Download


  1. or download this
    $sth->execute || 
    die "Could not execute SQL statement ... maybe invalid?"; 
    
    die "Error connecting: '$DBI::errstr'";
    
  2. or download this
    $sth->execute || 
    die "Could not execute SQL statement ... " . $dbh->errstr;