Re: bool test return issues

2013-01-05 Thread Elim Qiu
perl shell is a good idear (I'm using ipython a lot. That's why I like to try perl shell), but it really has problems. See attached screenshot. On Sat, Jan 5, 2013 at 7:16 AM, David Precious wrote: > On Fri, 4 Jan 2013 15:43:41 -0700 > Elim Qiu wrote: > >> It's

bool test return issues

2013-01-04 Thread Elim Qiu
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