in reply to Re: undefined value as an ARRAY
in thread undefined value as an ARRAY

When you ran your script, did it crash right away, or did it run for a long time before crashing?
Another data point: I get the error immediately. When I try smaller numbers, I do not get the error, but it does seem to take a while.
This is perl, v5.8.8 built for MSWin32-x86-multi-thread

Replies are listed 'Best First'.
Re^3: undefined value as an ARRAY
by morgon (Priest) on Aug 12, 2010 at 02:56 UTC
    If your script works for smaller numbers then it's probably a bug in either Math::BigFloat itself or in a library it uses .

    If it is an option for you try it on another system or with a newer version of Perl.