if('0' eq 0) { print "in if" } else { print "in else" } __END__ prints: in if