>perl -MO=Deparse -e"while ( && foo()) {}" while ( and foo()) { (); } -e syntax OK