I am trying to call rest API in perl script and store response in file [closed]

I am new to perl scripting and have requirement to call Rest API and store the response data in file.
I have to use mutual authentication using .PEM file.
Pls can someone suggest if this can be achieved in perl and if there is any sample code I can refer to.
Many thanks in advance.

  • I haven’t done the PEM stuff myself, but I have lots of examples of the rest of it in Mojo Web Clients.

    – 

Leave a Comment