I have no experience with CGI scripts or any web development. I'm developing a client app and just want to have a small CGI script to send and retrieve XML data to test out my client.
Right now I'm doing a HTTP GET to get the XML files I need. Now I'm changing my client to do POST with request containing XML data and expecting XML back. I want to have a small script that just returns the contents of an XML file that i already have.
Can anybody please point me to sample code or perl modules that would help.