
davorg
Thaumaturge
/ Moderator
Feb 5, 2004, 11:42 PM
Post #3 of 3
(5459 views)
|
We'd need to see more of the code to be sure, but it sounds like you are using the string comparison operators (eq, gt, le, etc) when you really want the numeric comparison operators (==, >, <=, etc). -- Dave Cross, Perl Hacker, Trainer and Writer http://www.dave.org.uk/ Get more help at Perl Monks
|