Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    $dbh->disconnect();
    print "Finished."
    
  2. or download this
    [...]
    open (FILE, ">", $outfileName);
    ...
    close FILE;
    $sth->finish();
    $dbh->disconnect();