my $req = HTTP::Request->new('POST', 'https://www.example.tld/phpmyadmin/read_dump.php', $headers); $req->content_type('application/x-www-form-urlencoded'); $req->content('is_js_confirmed=0&lang=de-iso-8859-1&server=1&db=ati&pos=0&goto=db_details.php&zero_rows=' . uri_escape('Ihr SQL-Befehl wurde erfolgreich ausgeführt.') . '&prev_sql_query=&sql_query=' . uri_escape($query) . '&show_query=1&sql_file_compression=&'); $req->content_length(length($req->content));