Chaim Frenkel wrote:

> ($foo, $baz, @bar) = (1,(2,3),4) # $foo = 1 $baz=2, @bar=(3,4)
>
> Actually, looking at it like that makes it an ugly situation. The 'new'
> expectation would be to have it become
>                                  # $foo=1 $baz=2 @bar=(4)

Actually?  How about it becoming

     $foo = 1, $baz =3, @bar = (4)

Remember what the following does:

    $baz = ( 2, 3 );

--
Glenn
=====
There  are two kinds of people, those
who finish  what they start,  and  so
on...                 -- Robert Byrne



____________NetZero Free Internet Access and Email_________
Download Now     http://www.netzero.net/download/index.html
Request a CDROM  1-800-333-3633
___________________________________________________________

Reply via email to