2010-02-22T16:02:42
pqdie fehlermeldung (bzw. warnung) von Math::BigInt ist unabhängig und sollte wirklich nur eine warnung sein und nicht den eigentlichen fehler verursachen (man muss zur abhilfe ein bestimmtes modul installieren, ich hatte den fehler auch mal, komm aber grad nicht drauf, welches modul).
google, der erste treffer:
http://www.perlmonks.org/?node_id=664894
QuoteNo - the message is merely a response to an attempt to use (I think) Math::BigInt::GMP or (if that fails) Math::BigInt::Pari or (if that fails) Math::BigInt::BitVector. When those libs are unavailable, you get the messages that the OP quoted, and the pure-perl (slow) Math::BigInt is used instead. Nothing there that's going to cause any problems (except for speed of processing).