in reply to Re: Re: Mysterious for behavior
in thread Mysterious for behavior

Scalar assignments yield the lvalue on the left, not the value on the right. Now can you make that fit with your "interesting part" and understand why it works as it does?

Replies are listed 'Best First'.
Re: Re: Re: Re: Mysterious for behavior
by Roy Johnson (Monsignor) on Apr 21, 2004 at 22:25 UTC
    I didn't have any difficulty understanding why the interesting part worked.

    The PerlMonk tr/// Advocate