Hello all,
I am sure this is quite the newbie question, but alas, a newbie I am :)
I keep getting errors that say I am trying to use an undefined sub. The
error (regardless of which sub it points out) is in the following form in
the error log:
<quote>
[Sat Oct 5 08:34:24 2002] [error] [asp] [2246] [error] Undefined subroutine
&Apache::ASP::Compiles::__ASP__tmpx9936a616c549519afe239b14a8568b6c::mysub
called at index.asp line 210. <--> ,
/usr/lib/perl5/site_perl/5.6.0/Apache/ASP.pm line 1413
</quote>
In this case, I am calling the sub in this manner in the program:
&mysub()
My global.asa is set up as follows:
#global.asa
sub mysub{
...lots o' code...
}
I have tried with all my might to find the answer to this conundrum on the
web site and archives, but I am newbie enough not to be able to put together
the clues...
Any ideas, comments, tongue-lashings? <g>
Thanks in advance,
Thom Crane
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]