Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libb-hooks-endofscope-perl
Module for executing code after a scope finished compilation
https://metacpan.org/release/B-Hooks-EndOfScope
0
no reviews
Install
B::hooks::endofscope allows you to execute code when perl finished compiling the surrounding scope. it exports a single function, 'on_scope_end $codeblock', which can be used e.g. for introspection in the constructor of your class.