# both of these print nothing perl -we'$x = 1; print "hmm" if 0 eq not $x' perl -we'$x = 0; print "hmm" if 0 eq not $x'