I currently receive notifications from an application via snmp trap. The new version of this app only 'sends' notifications via its REST interface. I assume this would be a post type of operation. I need to create, not a full blown REST server, rather I'd like to just receive the connection and dump the payload to a file that I can parse. It really needs to be simple, because my skills are limited. Can I create a listener in Perl to do this ? I don't have the luxury of installing elaborate packages on these redhat boxes, since they exist in an internetless vacuum. Thanks