Help for this page

Select Code to Download


  1. or download this
     
    
    my  $request = HTTP::Request::Common::POST( BOX,  
    ...
        ]
    );
    
  2. or download this
     sub build_json_request {
        my ($url) = @_;
    ...
    my $r = build_json_request (ENDPOINT );
    my $res = $ua->request($r);