~$ perl -MO=Deparse,-p -e 'if( $a eq "xx" || "yy"){1}' if ((($a eq 'xx') or 'yy')) { '???'; } -e syntax OK