http://www.perlmonks.org?node_id=218926


in reply to Re: Re: Re^2: NO PERL 6
in thread NO PERL 6

Don't forget that uses are compile-time things. You throw the parser modification code into a module and use it in the block that you want it in effect for. The module then pushes the changes to the parser module out to the user's scope. Then, when the compiler continues on it uses the new parser code.

Something like the way strict works now, pushing things out to its caller.