On Mon, Oct 22, 2001 at 11:30:01AM -0700, David Whipp wrote:
> > > More, someone has mentioned the %x{$_}++ feature, which IMHO, MUST
> > > continue to work.
> > 
> > What is void plus one?
> 
> Can't we utilize the lazy arrays stuff to make all this work.
> Out of the box, all entries could default to NaN. But its easy
> to write
> 
>       @a ^= 0;
> 
> to change this default. I'm sure this could be extended to work
> with hashes. I'm not sure what the correct syntax is, though.

Nope.

        my @a;
        @a ^= 0;
        print @a

Are you saying that this should print an infinite number of zeros?

-- 
Aaron Sherman
[EMAIL PROTECTED]             finger [EMAIL PROTECTED] for GPG info. Fingerprint:
www.ajs.com/~ajs        6DC1 F67A B9FB 2FBA D04C  619E FC35 5713 2676 CEAF
  "Write your letters in the sand for the day I'll take your hand
   In the land that our grandchildren knew." -Queen/_'39_

Reply via email to