in reply to Re: Print Question
in thread Print Question

(Or you could use an array of hashes, and have the indeces be the same as what you're using now.)


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

Replies are listed 'Best First'.
Re: Re: Re: Print Question
by edoc (Chaplain) on May 18, 2003 at 14:19 UTC

    wouldn't an array of hashes be a bit of a waste of memory in this case?

    cheers,

    J

      Less so then a hash of hashes.


      Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).