in reply to Help with Salesforce.pm module

Add use Carp::Always and see what is reported then

If WWW::Salesforce... was better designed , get_client would be cached, and you could employ $soap->transport->add_handler("request_send", \&pp_dump ); before trying to log-in