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..$#_] }

Graham.

Reply via email to