Searched defs:errorsub (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DParser.pm853 my $errorsub = (@seq_stack > 1) ? $self->errorsub() : undef;
862 (ref $errorsub) and &{$errorsub}($errmsg)
863 or (defined $errorsub) and $self->$errorsub($errmsg)
1089 my $errorsub = $self->errorsub();
1093 (ref $errorsub) and &{$errorsub}(
1267 sub errorsub { subroutine
[all...]

Completed in 17 milliseconds