Lines Matching refs:Hooks
91 # A set of hooks that is affected by with() and may be used in diverse places.
92 # All hooks are expected to be CODE references.
93 my %hooks = (
486 $r = $hooks{exit_checker}->($e);
685 C<with> will temporarily install hooks given by the HASHREF and then execute
686 the given CODEREF. Hooks are usually expected to have a coderef as value.
713 $saved_hooks{$_} = $hooks{$_} if exists($hooks{$_});
714 $hooks{$_} = $opts{$_};
720 $hooks{$_} = $saved_hooks{$_};