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


in reply to Re^3: perltidy for ternary operator?
in thread perltidy for ternary operator?

I didn't ask how to achieve what the majority want, I asked how to achieve what I want.

As Occam said: Entia non sunt multiplicanda praeter necessitatem.

Replies are listed 'Best First'.
Re^5: perltidy for ternary operator?
by atcroft (Abbot) on Dec 07, 2014 at 04:51 UTC

    Could one not just create a second ternary operation that perl would optimize out, such as the following?

    According to B:Deparse, the second ternary operator appears to be optimized out:

    However, the code, when handled by Perl::Tidy, appears to be formatted in the manner the OP is requesting:

    I know that may not be what the OP was hoping for, but perhaps it might be an option to look at.

    Hope that helps.

Re^5: perltidy for ternary operator?
by LanX (Saint) on Dec 06, 2014 at 22:24 UTC
    And you got an answer: patch the code.

    There is no option for your private needs

    Cheers Rolf

    (addicted to the Perl Programming Language and ☆☆☆☆ :)