in reply to Re^4: using shift and $_ in loop
in thread using shift and $_ in loop
@A = map { uc(is_name($_)) } grep { is_name($_) } @a;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: using shift and $_ in loop
by leocharre (Priest) on Oct 21, 2009 at 20:20 UTC |