Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: import not found

by ikegami (Patriarch)
on Jan 27, 2011 at 16:45 UTC ( [id://884595]=note: print w/replies, xml ) Need Help??


in reply to Re: import not found
in thread import not found

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://884595]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-19 07:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found