Help for this page
Select Code to Download
Select
or
download this
my $http = HTTP::Tiny->new; my $res = $http->post($url, { content => $query });