H:\>perl -e "print 'yes' and exit; print 'no' " yes H:\>perl -e "print 'yes' && exit; print 'no' " # nothing