is assigning a one element list to @a.... It's actually doing something like:@a = undef;
Which is a relatively common error.@a = (undef);
-Blake
In reply to Re: using undef on a array
by blakem
in thread using undef on a array
by Anarion
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |