What would be the recommended way to make https requests (GET and POSTs) in a perl program and have the program be portable across different (but not too old e.g. > 7 years) versions of Redhat, Ubuntu, suse, OS X, Solaris, AIX?
I cannot compile stuff on the machines the program is going to be used.
Are there pure-perl implementations for LWP with https support?