libb-hooks-op-check-entersubforcv-perl

Invoke callbacks on construction of entersub ops for certain cvs
  https://metacpan.org/release/B-Hooks-OP-Check-EntersubForCV
  0
  no reviews



B::hooks::op::check::entersubforcv is a perl module to register and unregister handlers to be executed when an entersub opcode for a given cv is compiled.

this enables you to hook one subroutine onto another, and have it executed before the originally called subroutine.