[boulder.pm] Where is my module?

Robert L. Harris Robert.L.Harris at rnd-consulting.com
Sun Jun 11 09:07:56 CDT 2000



I get this:
Undefined subroutine &main::newFileArrival called at ./DefMungeSplit.pl line
        361 (#1)
    
    (F) The subroutine indicated hasn't been defined, or if it was, it
    has since been undefined.
    
Uncaught exception from user code:
        Undefined subroutine &main::newFileArrival called at ./DefMungeSplit.pl line 361.
        main::GetFileID('../DEF.EBCDIC-06-07-2000-10-00.gz') called at ./DefMungeSplit.pl line 106


The subroutine, newFileArrival is defined in a module:

my ($LoadGen3Script)="$ENV{SCRIPT}"."/"."LOADgen3.pm";
eval (require $LoadGen3Script);

I can vi the LOADgen3.pm file and see that the subroutine is there.  
I don't get any other errors durring execution, yet.


Help?

  Robert



:wq!
---------------------------------------------------------------------------
Robert L. Harris                |  Micros~1 :  
Senior System Engineer          |    For when quality, reliability 
  at RnD Consulting             |      and security just aren't
                                \_       that important!
DISCLAIMER:
      These are MY OPINIONS ALONE.  I speak for no-one else.
FYI:
 perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'




More information about the Boulder-pm mailing list