in reply to Re: Memory Managment with Subroutines and Objects
in thread Memory Managment with Subroutines and Objects
Thanks for responding. The reason I Thought that delete and die might work is that die is in the documentation as an internal method (so I thought it was worth a try) and I seen delete used in the documentation for HTML::TreeBuilder (so I thought that it may be a method that is common to all perl objects in the same way that there is a set of methods that are inherited by all Java objects from Java's object class). Gibberish was a control on my experiment, as i did not expect it to be defined at all for anything.
I assume this is a misunderstanding as for the sharing objects between programs. I do not want to do this I just want to call routines from another file and have them return objects (with the added benefit of having a reference to that object in the caller and callee file). This will work in java and is done pretty much as I described. If the code that I provided is saying something else, let me know, I do want to improve my perl understanding
Again thanks for your time
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Memory Managment with Subroutines and Objects
by Corion (Patriarch) on Dec 28, 2010 at 23:38 UTC | |
by Anonymous Monk on Dec 29, 2010 at 02:39 UTC | |
by Corion (Patriarch) on Dec 29, 2010 at 08:14 UTC |