2009/7/7 Nicholas Clark <nick@ccl4.org>: > No, I don't have any real idea of Perl-space syntax for an end of scope > hook. Or how to meaningfully encode a "restart of scope" hook, which a > string eval would need. [After all, a pragma is in force for the compilation > of the string eval, and on completing the compilation of that string eval, > it goes out of scope, doesn't it? :-)] How does P6 do it ? Isn't there a special block à la BEGIN/END/CHECK etc ? (B::Hooks::EndOfScope uses a special block syntax)Thread Previous | Thread Next