in reply to undefined value as an ARRAY
(still running an hour later... oh well, I'm just going to kill it now.) FWIW, I'm using the version that comes with "snow leopard" (osx 10.6.4):perl -MMath::BigFloat -e '$|++;$x=Math::BigFloat->new("2.0"); print "\ncalling bpow at ",scalar(localtime)."\n";$x->bpow("128"); print "calling copy at ",scalar(localtime)."\n";$p=$x->copy(); print "calling bfac at ",scalar(localtime)."\n";$p->bfac(); print "finished at ",scalar(localtime)."\n"' calling bpow at Wed Aug 11 21:44:28 2010 calling copy at Wed Aug 11 21:44:28 2010 calling bfac at Wed Aug 11 21:44:28 2010
When you ran your script, did it crash right away, or did it run for a long time before crashing?This is perl, v5.10.0 built for darwin-thread-multi-2level
(Updated my command-line script to include the (rather important) first line of the command.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: undefined value as an ARRAY
by oko1 (Deacon) on Aug 12, 2010 at 03:24 UTC | |
|
Re^2: undefined value as an ARRAY
by toolic (Bishop) on Aug 12, 2010 at 02:46 UTC | |
by morgon (Priest) on Aug 12, 2010 at 02:56 UTC |