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?

I know this sounds dumb, but I couldn't find any info on this and my concern
is that I have placed subroutines before the  EXIT command in other apps and
they may be performing unpredictable now.


-- 
...
    `·.¸¸.·´¯`·.¸¸.·´¯`·->  rodney



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to