On Tue, 26 Nov 2002 09:41:44 +0100, Bart Lateur wrote:

>Compare
>
>       ($i++, $i, $i++)        # alias
>
>with 
>
>       $i++, "$i", $i++        # expression

Oops. I should stress that the difference is in the quotes, not in the
parens. Just so that nobody even begins to doubt. I ment the latter to
read

        ($i++, "$i", $i++)      # expression

-- 
        Bart.

Reply via email to