Help for this page

Select Code to Download


  1. or download this
    use crsTools4 qq{$sth}; # import an EXPORT_OK var
    
  2. or download this
    our @EXPORT_OK  = qw($dbh $sth);
    our ($dbh, $sth); # declare vars to be EXPORT_OKed