in reply to save image on web
I am getting closer now...
Searching on the web, I found and installed a ppd copy of Crypt::SSLeay and got just about all the different save methods to work. The problem is that the content I get back from a request is the member login page instead of the image data. My guess is that the corresponding "get" method is being seen as a new session to the server, so it is not using the current session I logged into through Win32::OLE. How can I use the OLE session and tie it to the "get" method of the save routine from the other module?