my $uri="https://hostname:9060/ers/config/networkdevice/"; my $req = HTTP::Request->new( ... $req->content($xml->sprint) ; # Strange, why is there another $xml->sprint here? $req->...