On Mon, Jul 30, 2001 at 11:45:38PM +0200,  Marc A. Lehmann  wrote:
> > I'm trying to think of common places where C<sort @inplace> might
> > accidentally be used in list context, such as the end of a block,
> 
> How about:
> 
> sub sort_lists {
>    for (@_) {
>       sort @$_;
>    }
> }

That's actually in void context.


Ronald

Reply via email to