close dbh

This commit is contained in:
mischa 2022-08-21 13:11:02 +00:00
parent 3fc7bbb877
commit 6cf9edf051
1 changed files with 1 additions and 0 deletions

View File

@ -131,4 +131,5 @@ while (my $line = <>) {
} }
} }
close $fh; close $fh;
$dbh->disconnect();
0; 0;