As mentioned in the title, this is my basic question...
I have a javascript file which sends its output via a html form with post method. I planned to receive it some way in my perl script without using a webserver...
http://www.howtodothings.com/computers/a1297-how-to-access-get--post-request-data-using-perl.html
...it can simply be done by reading from STDIN...but hard to imagine by me to be honest...I guess the author assumes having this running within a webserver...