如何在 Web 服务器上运行 Perl? [英] How can I run Perl on web servers?

查看:54
本文介绍了如何在 Web 服务器上运行 Perl?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我对 Perl 很陌生,我想知道如何在网络服务器上运行它.(或者如果可以的话)

I am very new to Perl and I wonder how to run it on webservers and all. (or if it can)

推荐答案

最常见的三个选项是:

我推荐 FastCGI 以获得良好的性能,而不会带来大量复杂性.

I'd recommend FastCGI for good performance without massive complication.

块上的新孩子是PSGI/Plack,我无法评论,因为我没有找时间好好看看.

The new kid on the block is PSGI/Plack, which I can't comment on as I haven't found time to look at it properly.

有各种 Web 框架(例如 Catalyst)可以完成很多繁重的工作为您构建 Web 应用程序.大多数都可以通过以上一种以上的方法访问(例如 Catalyst 支持所有四种).

There are various web frameworks (such as Catalyst) which can do a lot of the heavy lifting involved in building a web application for you. Most can be accessed with more than one of the above methods (e.g. Catalyst supports all four).

这篇关于如何在 Web 服务器上运行 Perl?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆