NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Oh don't tease us... (Score:1)
... and how many of those were from UNIVERSAL:: ? :)
Re:Oh don't tease us... (Score:2)
The full list of classes involved:
(Note that all those extra spaces in the class names are artifacts of use.perl, not my list)
Of course, this doesn't do it justice because some "methods" are actually exported subroutines, so we can't really tell where they're from. And if a class overrides a method, the debugger won't tell you which classes have overridden which methods. This is particularly fun when you stumble across inheritance hierarchies which resemble graphs instead of trees.
Reply to This
Parent