Is there a webserver or HTTP server module in the Perl standard library or in CPAN or开发者_运维技巧 elsewhere? I guess I'm looking for the equivalent of Python 3's http.server
module. Thanks!
In addition to HTTP::Daemon, I would recommend taking a look at HTTP::Server::Simple which indeed is very easy to use.
See HTTP::Daemon
Here are a few more:
- Catalyst::Engine::HTTP
- Net::Server
精彩评论