开发者

How do I write an HTTP server in Perl?

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
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜