And you think none of us tested this already and we all were too modest to post a code that works???
8)
The parser needs to see the declaration before it parses the barewords.
BEGIN-blocks don't change the parsing order, only the runtime order!
Cheers Rolf
( addicted to the Perl Programming Language)
to be precise BEGIN-Block are run at parsing time, but the parsing order doesn't change. see perlmod
In reply to Re^5: how to make this perl code run
by LanX
in thread how to make this perl code run
by ghosh123
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |