>perl -MO=Deparse,-p -e"my $a = $b and $c" ((my $a = $b) and $c); -e syntax OK