[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Math::BigInt dislikes undefined values
- Subject: Re: Math::BigInt dislikes undefined values
- From: ..hidden..
- Date: Fri, 12 Oct 2012 12:27:28 -0700
Well that was not intended to be a formal patch.
I am conducting some more tests as to what it might be.
So far calling it directly returns 0 so I am not able to replicate the
problem on the cmd line yet:
perl -MMath::BigInt -e'print Math::BigInt->is_zero()'
I tried a few combinations of things in the above command.
Cheers Turtle