Help for this page

Select Code to Download


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