http://qs321.pair.com?node_id=503114


in reply to (jeffa) Re: Poor Perl Idioms Explained (except not really)
in thread Perl Idioms Explained - $|++

what if someday the default for $| is instead 1?
That's not the problem:
$ perl -le '$| = 1; $|++; print $|++' 1
The problem is that it might confuse someone who doesn't know about this particular piece of DWIMmery.

Update: removed unfunny joke

Replies are listed 'Best First'.
Re^3: Poor Perl Idioms Explained (except not really)
by QM (Parson) on Oct 26, 2005 at 17:28 UTC
    Even more obvious:
    $ perl -le '$| = 42; print $|;$|--;print $|' 1 0
    So $|++ always sets it to true, and $|-- toggles it. Useful to know, but not obvious, and not consistent. But then DWIMmery is not necessarily consistent.

    -QM
    --
    Quantum Mechanics: The dreams stuff is made of

Re^3: Poor Perl Idioms Explained (except not really)
by jeffa (Bishop) on Oct 26, 2005 at 17:35 UTC

    I can tell you didn't actually test this.

    Actually, i did test it. But you try telling contrary to a manager that won't listen to you. ;) Even if you show him such code. And no ... i don't work for him anymore. :)

    Anyways, the point was not what it is now, but what will it be if it changed sometime in the future.

    jeffa

    L-LL-L--L-LL-L--L-LL-L--
    -R--R-RR-R--R-RR-R--R-RR
    B--B--B--B--B--B--B--B--
    H---H---H---H---H---H---
    (the triplet paradiddle with high-hat)