| B-Hooks-EndOfScope documentation | view source | Contained in the B-Hooks-EndOfScope distribution. |
B::Hooks::EndOfScope - Execute code after a scope finished compilation
on_scope_end { ... };
This module allows you to execute code when perl finished compiling the surrounding scope.
on_scope_end { ... };
on_scope_end $code;
Registers $code to be executed after the surrounding scope has been
compiled.
This is exported by default. See Sub::Exporter on how to customize it.
Florian Ragwitz <rafl@debian.org>
This software is copyright (c) 2010 by Florian Ragwitz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| B-Hooks-EndOfScope documentation | view source | Contained in the B-Hooks-EndOfScope distribution. |