On Wed May 17 17:00:03 2006, NUFFIN wrote:
Show quoted text> I'd like to be able to put something like:
>
> export PERL5_BIGINT_LIB=GMP,Pari
>
> in my bashrc, and have it Just Work without changing my code
Sorry for the late reply :/
I do think what you want to do can already be acomplished:
export PERL5OPT=MMath::BigInt=lib,GMP; perl -le 'print
Math::BigInt->config()->{lib}'
Does that work for you?
best wishes,
Tels