in reply to Re^5: using shift and $_ in loop
in thread using shift and $_ in loop
What I am wanting to do is something that's probably wrong to even try and do.
I want to grab @_, iterate with shift- some elements will be discarded, elements not discarded will be changed into something completely different- and returned.
I was fantasizing of even using the @_ list to return as well.
|
|---|