in reply to Re: Re: Re^3: Time to seconds
in thread Time to seconds

That would be implemented as a tied hash which only looks like a one, but really is an object.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re^3: Time to seconds
by John M. Dlugosz (Monsignor) on Nov 16, 2001 at 20:33 UTC
    Correct.

    It contains a list, where it notes the desired ordering, and a hash, where it really stores everything. If memory serves, the object was an array of two elements, presented as a pseudohash.

    --John