in reply to
A question of inheritance
@ISA lookups only occur for method calls (e.g.
$obj->method()
). For plain function calls, you need to import the functions into the calling package.
Exporter
is the easiest way to do that.
Comment on
Re: A question of inheritance
Download
Code
In Section
Seekers of Perl Wisdom