Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect($db, $user, $auth) || die $dbh->errstr;
    
  2. or download this
    (my $dbh = DBI->connect($db, $user, $auth) ) || ( die $dbh->errstr );