Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request::Common;
    
    ...
    # perform request, passing the credentials either in the URL or settin
    +g up LWP::UserAgent
    ...
    print $response->as_string;
    
  2. or download this
    use JSON;
    
    ...
        ],
    );