Subject: | Unable to pass multiple options on loading |
Using bignum-0.17 and perl-5.8.4 on Debian, I am not able to pass
multiple options to bignum when loading it via use.
In the docs it says you can do things like "-Mbignum,a,5" or "use bignum
a => 5;", however this does not work when you need to pass multiple
variables (example, I want to set math library to GMP, accuracy to 100,
precision to -100). I cannot find a sane way to specify more options either.