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