in reply to Re: undefined elements in array
in thread undefined elements in array
e.g. @a = (1,2,3,undef,5); print $#a; @b = map(defined, @a); print join(',',@b);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: undefined elements in array
by Athanasius (Archbishop) on Aug 20, 2013 at 14:17 UTC |