Dave Whipp writes:
> Mark J. Reed wrote:
>
> > So eseentially,
> > given (@foo)
> > means the same as Perl5
> > for ([EMAIL PROTECTED])
>
> Just wondering: should "given @foo {...}" alias to $_, or @_?I'd expect it to alias to C<$_>, on the grounds that everything always aliases to C<$_>. What's the argument for it being C<@_>? Smylers
