in reply to Rest API listener (simple)
If that's the case, you probably just need a web server. There are modules that do this (HTTP::Server::Simple) but if internet access is an issue, CPAN install may be also. You could always Google "perl simple web server" and you'll find ways to code it up with IO::Socket - standard core module.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Rest API listener (simple)
by sans-clue (Beadle) on Feb 02, 2017 at 00:10 UTC | |
by hippo (Archbishop) on Feb 02, 2017 at 09:41 UTC |