Help for this page

Select Code to Download


  1. or download this
    package MyDB;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    use MyDB;
    { MyDB->new->dbh } # init dbh
    { MyDB->new->dbh } # got the cached dbh