Help for this page

Select Code to Download


  1. or download this
    sub make_report1 {
    
    ...
      return (1);
    
    }
    
  2. or download this
    package your_package;
    
    ...
        }
    }
    
  3. or download this
    $your_package::DBH = undef;
    
    ...
        $your_package::DBH = DBI->connect...
        return $your_package::DBH;
    }