Graham Barr wrote:
> On Thu, Aug 31, 2000 at 03:55:28PM +1100, Damian Conway wrote:
> > And has anyone pointed out that C<list> is just:
> > 
> >     sub list {@_}
> 
> Um no. I would expect it to be
> 
>   sub list { @_[0..$#_] }

According to my quickie tests, both have the desired effect
(supplying list context to the argument expression).

-- 
John Porter

        We're building the house of the future together.

Reply via email to