Hi,
Here is my requirement, I want to send the Curl command with payload in my perl script, which module I should use and how to use.
Basically I want to use POST, PUT and GET methods to access my database and insertion into database and update the database, how can I achieve this.
Please suggest.