Exporter does not inject a function
It does if you use
use Exporter qw( import );
instead of
use Exporter qw( ); our @ISA = 'Exporter';
But you still need to call it as a method.
In reply to Re^2: import not found
by ikegami
in thread import not found
by rovf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |