$"='/'; #### Bareword found where operator expected at (eval 149) line 1, near "qw/Math::BigInt::FastCalc/SCALAR" Bareword found where operator expected at (eval 150) line 1, near "qw/Math::BigInt::FastCalc/SCALAR" Bareword found where operator expected at (eval 151) line 1, near "qw/Math::BigInt::FastCalc/SCALAR" Couldn't load any math lib(s), not even fallback to Calc.pm at /Library/Perl/5.8.9/XML/Compile/Schema/BuiltInTypes.pm line 20 BEGIN failed--compilation aborted at /Library/Perl/5.8.9/XML/Compile/Schema/BuiltInTypes.pm line 20. Compilation failed in require at /Library/Perl/5.8.9/XML/Compile/Schema/Specs.pm line 16. BEGIN failed--compilation aborted at /Library/Perl/5.8.9/XML/Compile/Schema/Specs.pm line 16. Compilation failed in require at /Library/Perl/5.8.9/XML/Compile/Schema.pm line 22. BEGIN failed--compilation aborted at /Library/Perl/5.8.9/XML/Compile/Schema.pm line 22. Compilation failed in require at (eval 144) line 3. ...propagated at /System/Library/Perl/5.8.9/base.pm line 93. BEGIN failed--compilation aborted at /Library/Perl/5.8.9/XML/Compile/Cache.pm line 12. Compilation failed in require at (eval 143) line 3. ...propagated at /System/Library/Perl/5.8.9/base.pm line 93. BEGIN failed--compilation aborted at /Library/Perl/5.8.9/XML/Compile/WSDL11.pm line 12. #### package Suppliers::MySupplier; use HTTP::Cookies; use SOAP::Lite; # use SOAP::Lite +trace => debug; use SOAP::WSDL; use LWP::UserAgent; use HTTP::Request::Common; use Data::Dumper; use Suppliers::sbase; use Cwd; use Text::CSV; use JSON::XS; use XML::Compile::WSDL11; use XML::Compile::SOAP11; use XML::Compile::Transport::SOAPHTTP;