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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Class/
H A DISA.pm32 join(", ", Class::ISA::super_path('Food::Fishstick')),
63 =item the function Class::ISA::super_path($CLASS)
73 Just like C<super_path>, except that $CLASS is included as the first
84 and super_path will be used for. You are strongly advised to read the
115 @supers = Class::Tree::super_path($class);
119 @supers = (Class::Tree::super_path($class), 'UNIVERSAL');
170 sub super_path { subroutine

Completed in 20 milliseconds