Help for this page

Select Code to Download


  1. or download this
        my $dbh = DBI->connect(...);
    
  2. or download this
        my $sth = $dbh->prepare_cached(...);
    
  3. or download this
        $sth->execute;
        $sth->finish;