I'm doing a lot of code that looks like:

        $set = somerecordsetquery;
        %fdat = %$set;

and that works fine.  However when dealing with large quantities of 
data, it would be nice to save a bit of copying.  It would be nice if 
I could do something like:
        $fdat_ref = $set;
and avoid all the copies.
-- 

Kee Hinckley - Somewhere.Com, LLC
http://consulting.somewhere.com/
[EMAIL PROTECTED]

I'm not sure which upsets me more: that people are so unwilling to accept
responsibility for their own actions, or that they are so eager to regulate
everyone else's.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to