Jeff 'japhy' Pinyan wrote:
>
> On Dec 7, Rick Klement said:
>
> > sub{shift,pop while@_>2;print@_}->(<>)
> @_=<>;shift,pop while@_>2;print@_
shift() and pop() only default to @_ in a sub{} ...
(that's what I liked about it)
--
Rick Klement
Jeff 'japhy' Pinyan wrote:
>
> On Dec 7, Rick Klement said:
>
> > sub{shift,pop while@_>2;print@_}->(<>)
> @_=<>;shift,pop while@_>2;print@_
shift() and pop() only default to @_ in a sub{} ...
(that's what I liked about it)
--
Rick Klement