Re: How perl program execution happened ?
[email protected] ("Chas. Owens")
| Newsgroups | perl.beginners |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 30, 2008 at 7:12 PM, Jenda Krynicky <[email protected]> wrote: snip > compiling the main script. And I did not even mention END{}, CHECK{} > and INIT{} and I believe there are more. snip Yeah, there is UNITCHECK {}, which runs (in LIFO order) when a the unit in which it is defined is finished compiling. Surprised the heck out of me when I went looking this morning. It is like they breed. -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read.