On Tue, May 12, 2009 at 00:08, Rick <rich.j...@gmail.com> wrote: snip > It's very weird. I did verify that it is numeric values that I am > comparing... also i am using warnings and strict as well and i get no > warnings. > can't figure out what's wrong. snip
In cases like this it is best to try to reproduce your problem with a toy case. Start with an incredibly simple version of what you are doing, test to make sure it works the way you expect. If it does then add another complication and retest. When it stops working email the code and data to the list and we will try to help you. Often you will find you don't need to email the list. This process of starting simple and then adding complications often shows you exactly what you are doing wrong (normally it is a bad assumption on your part). -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/