bless({ _content => "fname=wert4", _headers => bless({ "content-length" => 11, "content-type" => "application/x-www-form-urlencoded", }, "HTTP::Headers"), _method => "POST", _uri => bless(do{\(my $o = "http://www.perl-community.de")}, "URI::http"), }, "HTTP::Request") bless({ _content => "fname=wert4&selname=zuswert1", _headers => bless({ "content-length" => 28, "content-type" => "application/x-www-form-urlencoded", }, "HTTP::Headers"), _method => "POST", _uri => bless(do{\(my $o = "http://www.perl-community.de")}, "URI::http"), }, "HTTP::Request")