I have been developing a tool for testing my company's web application using HTML::TreeBuilder, URI::URL, HTTP::UserAgent, HTTP::Request, HTTP::Response, HTTP::Request::Common, HTTP::Request::Form, HTTP::Cookies,
HTTP::Headers, and HTML::Form.
Now I have to adapt this tool to work with https. I've been getting conflicting information about how to do this. Is there a transparent way? I'd like to make as few code changes as possible. Or am I going to have to rewrite all of my modules to use completely different functions?
Ryan