Because i'm an idiot and didn't realize that I was doing that!
I'm just used to passing refs everywhere. to get into the whole 'No More passing large vars around' thing, i just stopped passing everything but a ref
Silly me!
On Nov 17, 2004, at 1:25 PM, Tom Schindl wrote:
I don't answer your questions but why are you passing all objects by reference. An object is already a reference (normally Hash or Scalar)
and it does not improve your memory usage it only decreases your performance because you always have to dereference it.
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html