$response = $formular_seite->post( $base_url.'/'.$form_destination, Content_Type => 'form-data', Content => [ foo => 'xyz', bar => '123', ], );