On Mon, 2005-12-05 at 11:48 -0800, [EMAIL PROTECTED] wrote:
> I am performing some basic arithmetic on some variables and then using
> a numeric equality operator to see if it returns what I think it should
> by.
> I am printing out the results and sure enough it is as expected. My
> problem is wh
I am performing some basic arithmetic on some variables and then using
a numeric equality operator to see if it returns what I think it should
by.
I am printing out the results and sure enough it is as expected. My
problem is when I use the numeric equality operator it returns false
even though my
My test suite at work was starting to get me down. It was taking
forever to run. Not just the whole suite mind you, but individual
scripts were taking several seconds just to start up.
As my application has grown, so has its library (including a lot of
interconnected Class::DBI modules), and th