>>>>> "BC" == Brust, Corwin <[EMAIL PROTECTED]> writes:

BC> But is this useful?
BC> sub baz { return ( 'one','two' ) }

BC> my ($foo, $bar) = &baz; # $foo == 'one', $bar == 'two'

Certainly.

I just don't like the fact that the runtime scalar context is having
a compile time semantic effect.

It's the overloading of the ',' operator.

<chaim>
-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to