peters@ronin:~> perl -MO=Deparse -e 'if ( ((( ($a && $b) || ($c && $d) ))) || $e ) {}' if ($a and $b or $c and $d or $e) { (); } -e syntax OK peters@ronin:~>