in reply to Re: BEGIN and compile-time
in thread BEGIN and compile-time
Nod on the BEGIN{} issues. I'm just used to thinking of run-time versus compile-time overall, but the more correct way is to think of run-time and compile-time as a per-block thing. The outer begin block has its run-time at the script's compile-time. The inner begin block has its run-time at the compile-time of the outer begin block.
Big fleas have little fleas, upon their backs to bite 'em
Little fleas have lesser fleas, and so, ad infinitum.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: BEGIN and compile-time
by ikegami (Patriarch) on Nov 02, 2006 at 16:50 UTC | |
by tye (Sage) on Nov 02, 2006 at 17:25 UTC | |
by ikegami (Patriarch) on Nov 02, 2006 at 17:37 UTC | |
Re^3: BEGIN and compile-time
by Mutant (Priest) on Nov 02, 2006 at 11:58 UTC | |
by jbert (Priest) on Nov 02, 2006 at 12:08 UTC | |
by Mutant (Priest) on Nov 02, 2006 at 13:09 UTC |