$auth_url = "https://www.auth-abc.com/abclogin.form"; my $request = POST $auth_url, [ 'usernm' => 'myname', 'pswd' => 'mypassword', 'buttonSubmit' => ' OK ' ];