On Tuesday, September 9, 2003, at 09:50 AM, Rodney Wise wrote:
I was under the impression that "subroutines" are only executed IF they're
called. But, it looks like subroutines will execute on there own if they
are written in the beginning part of the PERL code and before other code
takes over the codes sequence of events. In other words, if there is a
subroutine in the beginning of your code, it will execute without being
called.
Is this true?
No this is not true. But there is probably a communication gap somewhere, can you post some sample code that illustrates the problem you're having?
George
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]