rampant selectrow_array misuse

Max Kanat-Alexander mkanat at bugzilla.org
Fri Aug 26 19:26:18 UTC 2005


On Fri, 2005-08-26 at 15:11 -0400, David Miller wrote:
> nope.  It's definitely a one-element array with the element being an 
> undef.  But a zero-element array is the same as an undef, maybe that's 
> what you're thinking of.

	Yeah, you're right:

[mkanat at landfill mkanat]$ perl -e 'my @array = (undef); print @array . "\n"'
1	

	-Max
-- 
http://www.everythingsolved.com/
Competent, Friendly Bugzilla Services. And Everything Else, too.




More information about the developers mailing list