
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.