Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Loading a function from another file dynamically?!

by The Mad Hatter (Priest)
on Mar 23, 2003 at 18:41 UTC ( [id://245295]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        package PackageName;
        require Exporter;
    ...
        sub moo {
            # do stuff
        }
    
  2. or download this
        use PackageName;
        moo();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 17:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found