in reply to Re^4: Craft http request?
in thread Craft http request?

From the HTTP::Request docs:
$req->content($your_content);
Read the documentation, it helps.