Lines Matching refs:Hooks
95 # A set of hooks that is affected by with() and may be used in diverse places.
96 # All hooks are expected to be CODE references.
97 my %hooks = (
491 $r = $hooks{exit_checker}->($e);
732 C<with> will temporarily install hooks given by the HASHREF and then execute
733 the given CODEREF. Hooks are usually expected to have a coderef as value.
760 $saved_hooks{$_} = $hooks{$_} if exists($hooks{$_});
761 $hooks{$_} = $opts{$_};
767 $hooks{$_} = $saved_hooks{$_};