B::Hooks::EndOfScope - Execute code after a scope finished compilation


B-Hooks-EndOfScope documentation  | view source Contained in the B-Hooks-EndOfScope distribution.

Index


NAME

Top

B::Hooks::EndOfScope - Execute code after a scope finished compilation

SYNOPSIS

Top

    on_scope_end { ... };

DESCRIPTION

Top

This module allows you to execute code when perl finished compiling the surrounding scope.

FUNCTIONS

Top

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.

SEE ALSO

Top

Sub::Exporter

Variable::Magic

AUTHOR

Top

  Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

Top


B-Hooks-EndOfScope documentation  | view source Contained in the B-Hooks-EndOfScope distribution.