Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: wrestling with codeuse lib/code and code@ISA/code

by kjherron (Pilgrim)
on Aug 24, 2001 at 03:56 UTC ( [id://107559]=note: print w/replies, xml ) Need Help??


in reply to wrestling with use lib and @ISA

Perhaps I'm jumping to conclusions, but you seem to be assuming that perl will go load the modules by itself because you assigned their package names to @ISA. This doesn't happen; each of the modules has to be loaded via "use" or "require" first. The error message is saying the relevant packages were never defined, not that perl tried and failed to find the associated files.

Basically, The Apps::WWW::Configurators should "use" Apps::WWW::Base and the others, or "use" a module that "uses" them, or something along those lines.

  • Comment on Re: wrestling with codeuse lib/code and code@ISA/code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-19 15:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found