Help for this page

Select Code to Download


  1. or download this
    $dbh = DBI->connect($dsn, $db_user, $db_pass,
                        { RaiseError => 1 }
                       ) or croak "Couldn't connect to database";
    
  2. or download this
    or die $dbh->errstr