in reply to Find that function!
Slight cleanup: I think it is possible to do
my $f = "${_}::$AUTOLOAD";
instead of that join. Now I know it doesn't work exactly the same way, but why not use the built-in @ISA functionality for this instead? Is there some benefit that can be derived from searching only one level deep? Or something else I'm missing?
|
|---|