in reply to Tiny Perl puzzle

print (two + two == five) ? ( user == politician) ? "Re-elect me and I will fix it." : "It's not a bug, it's a feature!" : (user == accountant) ? "What do you -want- the answer to be?" : "Don't worry, sonny, no child will be left behind.™" ;

Replies are listed 'Best First'.
Re^2: Tiny Perl puzzle
by LanX (Saint) on Jun 06, 2014 at 13:31 UTC
    Another incorrect Perl puzzle?

    (hint: print greedily loves brackets! :)

    Cheers Rolf

    (addicted to the Perl Programming Language)

Re^2: Tiny Perl puzzle
by Anonymous Monk on Jun 07, 2014 at 07:27 UTC

    (Please mark spoilers accordingly.)

    sundialsvc4, why not honor the OPs request and use spoiler tags?