Searched refs:methods_via (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dperl5db.pl7525 A subroutine that uses the utility function X<methods_via> to find all the
7542 methods_via($class, '', 1);
7545 methods_via('UNIVERSAL', 'UNIVERSAL', 0);
7548 =head2 C<methods_via($class, $prefix, $crawl_upward)>
7550 C<methods_via> does the work of crawling up the C<@ISA> tree and reporting
7558 sub methods_via { subroutine
7592 methods_via($name, $prepend, 1);
7594 } ## end sub methods_via

Completed in 29 milliseconds