Ilya Zakharevich wrote:
> > > Moveover,
> > >
> > >   $x = 3 * @_;
> > >
> > > suddently being equivalent to
> > >
> > >   $x = @_;
> > >
> > > does not look very promising...

Why are these equivalent? RFC 82 only applies in list context. Am I missing
something?


Reply via email to