Help for this page

Select Code to Download


  1. or download this
    ###############################################################
    
    ...
    
    use ACC_Heather ;
    use ACC_Various qw(end_it mail mail_log update_report date_validation)
    + ;
    
  2. or download this
    package ACC_Heather ;
    #
    ...
    our @ISA = qw(Exporter) ;
    #
    use ACC_Various qw(end_it mail mail_log update_report date_validation)
    + ;
    
  3. or download this
       if (! -e $SQL_script) {
        $msg = "SQL script $SQL_script does not exist" ;
    ...
        print "\t*****************************************\n" ;
        return 0 ;
       }
    
  4. or download this
    Undefined subroutine &ACC_Heather::update_report called at /home/inter
    +face/scrip
    ts/Perl_Modules/ACC_Heather.pm line 737.
    
  5. or download this
    package ACC_Various ;
    #
    ...
    use Exporter ;
    our @ISA = qw(Exporter) ;
    #