Help for this page

Select Code to Download


  1. or download this
    
    use vars qw( $connection ); # cached connection
    ...
    1;
    
  2. or download this
    #! /usr/bin/perl -w
    #
    ...
    $dbh->disconnect
    or warn "Failed to disconnect: ",$dbh->errstr(),"\n";
    exit;