Help for this page

Select Code to Download


  1. or download this
    my $dbh=DBI->connect($db,$username,$pass,{RaiseError => 1}) or die("Co
    +uldn't connect to database ".DBI::errstr);
    
  2. or download this
    $dbh->do($sql);