in reply to Testing if machine has LWP... not working
IIRC, post didn't exist in older versions of LWP::UserAgent. It's definitely consistent with the results you are getting. Instead, create a request using HTTP::Request::Common and pass it to $ua->request.
|
|---|