in reply to Object::InsideOut and LIST of objects
The thing you have to remember, in Perl, a object is just a reference to a place in memory. The Perl interpreter handles all the hard stuff of managing how you access methods and values.
Treat your objects like you would any other piece of data. Don't get fancy or overly complicated; because you will never be able to keep track of what you are doing... just keep it simple.
|
|---|