Help for this page
#!/usr/bin/env perl ... say "$method()\tNOT found in OO hierarchy!"; } }
Instantiation class: A::B::C Objects blessed into class: A::B::C ... seen_twice() found first in A::B seen_thrice() found first in A::B::C seen_never() NOT found in OO hierarchy!