my $req = HTTP::Request->new( POST => 'http://some.site/app' ); $req->content_type( 'text/xml' ); $req->content( $myxml ); ...