Help for this page

Select Code to Download


  1. or download this
    
    my $dbh = DBI->connect(....) or die $DBI::errstr;
    
  2. or download this
    
    my $dbh = DBI->connect($dsn, $user, $password, { RaiseError => 1 });