b::hooks::endofscope::pp5.18(3) mojave man page | unix.com

Man Page: b::hooks::endofscope::pp5.18

Operating Environment: mojave

Section: 3

B::Hooks::EndOfScope::PP(3)				User Contributed Perl Documentation			       B::Hooks::EndOfScope::PP(3)

NAME
B::Hooks::EndOfScope::PP - Execute code after a scope finished compilation - PP implementation
VERSION
version 0.13
DESCRIPTION
This is the pure-perl implementation of B::Hooks::EndOfScope based only on modules available as part of the perl core. Its leaner sibling B::Hooks::EndOfScope::XS will be automatically preferred if all dependencies are available and $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} is not set to 'PP'.
FUNCTIONS
on_scope_end 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.
AUTHORS
o Florian Ragwitz <rafl@debian.org> o Peter Rabbitson <ribasushi@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2008 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. perl v5.18.2 2014-01-07 B::Hooks::EndOfScope::PP(3)
Related Man Pages
b::hooks::op::check5.18(3) - mojave
namespace::clean(3) - mojave
namespace::autoclean(3) - osx
svn::hooks::checkmimetypes(3pm) - debian
namespace::clean(3pm) - debian
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Cannot extract libraries using sed
Controlling user input
How can I direct messages from mac console.app to a log file?
Python 3.8.0rc1 released.