http://www.perlmonks.org?node_id=1115236


in reply to Re^4: XPOST syntax in WWW::Curl
in thread XPOST syntax in WWW::Curl

Now would be a good time to learn about HTTP, so you learn what the headers mean, and what the payload of the request means, and how you can replicate that with LWP::UserAgent (or any other HTTP client). I don't see much way around that.