in reply to Re: !Overriding Builtin print
in thread !Overriding Builtin print
No. You are mistaking ->import() for BEGIN. The point is getting the override information to the parser before it parses the portion you expected to be overridden. ->import() can do that because it happens at BEGIN-time during use(). You can do that yourself with an inline BEGIN block.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: !Overriding Builtin print
by demerphq (Chancellor) on Oct 20, 2003 at 13:56 UTC |