Jay Savage wrote:
Strings compare character by character, from left to right, so

2 = 2

2 == 2, '2' eq '2'

0 = 0
7 = 7
- = -

'-' == '-' (argument is not numeric)(x2), '-' eq '-'

1 = 1
1 < 2

10 > 2, '10' lt '2'


--
Just my 0.00000002 million dollars worth,
  Shawn

"For the things we have to learn before we can do them, we learn by doing them."
 Aristotle

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to