Chia-liang Kao wrote: >"use feature 'invocant'" enables the $-> operator. Already effectively available. It's spelled "$_->", as in given(shift) { $_->foo; $_->bar; } -zefram