$h = HTTP::Headers->new(); # mit $h eigene Header hinzufügen, siehe POD my $req = HTTP::Request->new('POST', $url, $h, $content); ^ Header-Object