in reply to Access LWP method when using WWW::Salesforce::Simple module

Thank you for you answers!

... but I realized that it isn't possible to do what I wanted. Session management variables from WWW::Salesforce modules travels inside SOAP envelopes in consecutive requests, which are not available when trying to download arbitrary pages from Salesforce site. I guess I should try something like WWW::Mechanize to manage browser's session cookies to get those pages.