in reply to
Re^2: import not found
in thread
import not found
Incidentally a random tip. If you want
Exporter
to inject a function into your space you can
use Exporter qw(import);
[download]
rather than inheriting from Exporter.
Comment on
Re^3: import not found
Download
Code
In Section
Seekers of Perl Wisdom