in reply to Forcing Content-Length Value in LWP
use HTTP::Request::Common; my $request = POST "http://somesite/page", [foo => "bar", name => "fre +d"]; print $request->as_string; [download]