On Wed, Apr 10, 2002 at 10:45:55PM -0600, Luke Palmer wrote:
> Indeed, and with the //= thing, you can let parameters in the middle 
> default.

Except that I haven't heard anyone say that given

        sub foo ($a//=1, $b//=2, $c//=3) {...}
        foo(5,,6);                              # that this would work.

Will it?

-Scott
-- 
Jonathan Scott Duff
[EMAIL PROTECTED]

Reply via email to