Help for this page

Select Code to Download


  1. or download this
    $dbh=new db connection
    #some code here that calls subroutines
    ...
    sub test2{
    $sth=$dbh->prepare(etc..)
    }
    
  2. or download this
    $dhb=new db connection
    Test::Package->($dbh); #call sub with db connection