http://qs1969.pair.com?node_id=11141405

programmingzeal has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl Monks,

I want to create/update a webpage on my localhost server based upon specific JSON input sent via HTTP POST request to this server on a specific port by a client machine. The server will parse the JSON data and update the local page. I know about REST API and I know how to parse JSON at client side from web services. But I want to build a REST API server using Perl. How can I do this? Please point some tutorial and/or CPAN APIs.

Thanks