It's on snow leopard, perl version 5.10.0


print 3 > 1, "\n";

prints 1 and ignored "\n"

print  3 == 3, "\n";

prints  1 and "\n"


There're some in consistency here.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to