e.g. @a = (1,2,3,undef,5); print $#a; @b = map(defined, @a); print join(',',@b); [download]
In reply to Re^2: undefined elements in array by Anonymous Monk in thread undefined elements in array by Ntav