in reply to Re: BEGIN { } block
in thread BEGIN { } block
UPDATE: AnomalousMonk points out (indirectly) that my point (4) is “only just” correct—the very early initialisation provided by BEGIN {} can certainly be useful if you might call a subroutine before some variables in it would be initialised by the normal flow of code.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: BEGIN { } block
by biohisham (Priest) on Aug 07, 2009 at 16:55 UTC |