in reply to Re^3: using shift and $_ in loop
in thread using shift and $_ in loop
Both of your examples use the return value of is_name($_) only for truth testing, but it should (after applying uc) be assembled in the result array, at least that's what the OP's example does (don't know if it makes sense)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: using shift and $_ in loop
by keszler (Priest) on Oct 21, 2009 at 17:57 UTC | |
by leocharre (Priest) on Oct 21, 2009 at 20:20 UTC |