Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: How to make Common Variables defined in Module available to Scripts

by sh1tn (Priest)
on Dec 06, 2007 at 16:03 UTC ( [id://655440]=note: print w/replies, xml ) Need Help??


in reply to How to make Common Variables defined in Module available to Scripts

Some languages allow access to class, object and even class level instance variables, but IMHO the best way is to use class methods (getters/accessors) for getting variables if they are not object attributes. And if they are, use instance accessor methods.

Class::MethodMaker, Class::BuildMethods.


  • Comment on Re: How to make Common Variables defined in Module available to Scripts

Log In?
Username:
Password:

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

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

    No recent polls found