Buddy,

>  >  The first thing that comes to my mind is tie (perldoc perltie).
>
> Well, not sure how you mean that ... internally, the object is indeed
> implemented with a tied hash.  Did you mean to suggest that I tie
> another hash to the DataRow itself?

I didn't know anything about the insides of your DataRow objects, and
didn't think it mattered, but yes, that's what I meant.  If your DataRow
object resembles a hash and you want to access it like a hash, then
that's exactly what tie() is for, right?

Ken

Reply via email to