my $req = POST( 'http://url_to_post' , Content_Type => 'form-data' , Content => [ username => "value" , usermail => "value" ] );