in reply to Re^6: Library problems with XML::Compile::WSDL11 and Math::BigInt
in thread Library problems with XML::Compile::WSDL11 and Math::BigInt

Solution

Some muppet working on our joint project had put
$"='/';
in a package used before this one. Changing the array field separator somehow upsets the use of Math::BigInt. Any explanations as to why are welcome.

Replies are listed 'Best First'.
Re^8: Library problems with XML::Compile::WSDL11 and Math::BigInt
by ikegami (Patriarch) on Jan 07, 2011 at 16:29 UTC

    Any explanations as to why are welcome.

    Just look at the line I posted.

    eval "use $lib qw/@c/;";

    What do you think happens if you change $"?