Help for this page
In the subroutines should I connect and disconnect the database every +time
can connection gone ?
#!/usr/bin/perl use DBI; ... sub bar { my $result = $dbh->do( $other_query ); }