Help for this page

Select Code to Download


  1. or download this
    $dbh = DBI->connect(...) || die "DB connect failed: " . $dbh->errstr;
    
  2. or download this
    $dbh = DBI->connect(...) || die "DB connect failed: ", DBI->errstr;