Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect($db, $username, $pass) || die $DBI->errstr();
    
  2. or download this
    my $dbh->do($sql) || die $dbh->errstr();