sub context { wantarray ? @_ : $_[0] } sub whatever { return context( map { ... } @_ ); } [download]
- tye
In reply to Re: wantarray alternative (helper) by tye in thread wantarray alternative by tqisjim