>Personally, I still think that

>    my @foo;         # uninitialized
>    my @bar = ();    # initialized, but empty

>should be different.


That's because you're not thinking of undef as a particular SV.

--tom

Reply via email to