Help for this page
use HTTP::Request::Common qw(POST); $req = POST 'https://asite.com:443/adir/create_user.cgi', [ ... ]; print $req->as_string();