in reply to
Floating point exception
grinder, try trapping on SIGFPE (sig 8). I believe you can setup a quick trap/stacktrace by doing:
use sigtrap qw(FPE);
Other's most likely have better ideas. I've just used similar set ups for quick and dirty testing.
-dsduncan
Comment on
Re: Floating point exception
Download
Code
In Section
Seekers of Perl Wisdom