>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
- Pre-RFC: undef =~ s/def/initialize/ Tom Christiansen
- Re: Pre-RFC: undef =~ s/def/initialize/ Michael G Schwern
- Re: Pre-RFC: undef =~ s/def/initialize/ Johan Vromans
- Tom Christiansen