On 18 Jun 2001 14:45:31 -0700, Peter Cornelius wrote:
> > > The value.  If you wanted to increment the key, you would say
> > > "$hash{$key++}".
> > 
> > Wait a sec, brain cramp....
> > Wouldn't that:
> >   1) just access $hash{$key}
> >   2) increment $key
> >   3) add $hash{$key + 1}
> > 
> 
> I realize this is getting away from the original post, but I'm confused by
> #3 here.  Wouldn't it just do 1 and 2?  Would it actually access the hash
> twice?
> 

I don't know about the color of the sky in the rest of your guy's
world(s),
but in mine the sky is blue and 3 doesn't happen.

--
Today is Prickle-Prickle, the 23rd day of Confusion in the YOLD 3167
Hail Eris!


Reply via email to