in reply to Java Style Interface Objects?
But I really don't know why you want do that. Perl will look every @ISA for the method you're looking for. You won't need that on Perl.sub method_i_should_overload { die "Overload this!"; }
Igor 'izut' Sutton
your code, your rules.
|
|---|