in reply to in Perl 0 != 0 ... and this is good

I have put my foot on my mouth to the point to make my argument ununderstandable! The code should have read
print qq|"one" == 0| if "one" == 0; # prints: "one" == 0 print qq|"one" != 0| if "one" ; # prints: "one" != 0
-- stef