in reply to Re: import not foundin thread import not found
Exporter does not inject a function
It does if you use
use Exporter qw( import ); [download]
instead of
use Exporter qw( ); our @ISA = 'Exporter'; [download]
But you still need to call it as a method.