Hi all, I'm working on a project that involves making web service requests from a Perl application. I've been using LWP to make the requests, which works fine, but I'm wondering if there isn't a more lightweight module I could use. The web service requests need to go over an HTTPS channel, so whichever solution I use needs to support it. I had thought about writing my own barebones implementation using IO::Socket, but I'm not sure how to go about implementing HTTPS support.
Appreciate any suggestions. Thanks, Peter _______________________________________________ Boston-pm mailing list [email protected] http://mail.pm.org/mailman/listinfo/boston-pm

