Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Autoloading tie routines

by ikegami (Patriarch)
on Feb 02, 2009 at 18:17 UTC ( [id://740771]=note: print w/replies, xml ) Need Help??


in reply to Re: Autoloading tie routines
in thread Autoloading tie routines

Note that you cannot use Foo::Bar since the file does not exist. The Foo use statement loads Foo::Bar into the namespace.

There's a way of using use to load (add a code ref to @INC), and there's a way of using use to import (add the module to %INC).

Log In?
Username:
Password:

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

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

    No recent polls found