Help for this page

Select Code to Download


  1. or download this
    # Within some connect_to_db() function ...
       my $dbh = try {
    ...
       Database::Disconnect($dbh);
       File::Close($fh);
    };