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


In reply to Re^2: Memory Managment with Subroutines and Objects by Anonymous Monk
in thread Memory Managment with Subroutines and Objects by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.