Help for this page

Select Code to Download


  1. or download this
    $DBH = DBI->connect( $DSN, $USER, $PASS ) || die "Connect Error: $DBI:
    +:errstr\n";
    
  2. or download this
    $DBH = DBI->connect( $DSN, $USER, $PASS, { RaiseError => 1} );
    
  3. or download this
    || die $DBH->errstr;