On Wed, 2 May 2001 17:05:31 +0100, Graham Barr wrote:

>wantarray-ness is already passed along the call stack today. Thats
>the whole point of it. So what is the difference in passing a number
>instead of a boolean ?

Because you might have a wantarray situation that expects no values?

        () = whateveryouwant();

You can always expect one more than is on the LHS.

How is this currently handled with split()?

-- 
        Bart.

Reply via email to