Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    $sth->finish || die;
    $dbh->disconnect;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    $sth->finish || die;
    $dbh->disconnect;