in reply to Getting HTTP POST without webserver??

I planned to receive it some way in my perl script without using a webserver
If you want to avoid running a regular webserver like Apache, you could integrate an HTTP server into your script using HTTP::Server::Simple. The docs come with a ready-to-run example, so I'll simply refer you to that (but if you need more help, don't hesitate to report back).
  • Comment on Re: Getting HTTP POST without webserver??