TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How many people still use perl in web scripting?

6 点作者 maxer超过 15 年前
I dug out my old spidering hacks book and am starting to build a backend of a mashup in perl and was wondering how many hackers are using it.

6 条评论

ratsbane超过 15 年前
We're getting ready to launch a site now with Ubuntu Server 9.04, Apache2, mod_perl, and perl 5.10. We considered RoR, PHP, and a couple of Python frameworks, any one of which would have been reasonable, but I'm reasonably satisfied with this choice. I like the way you can access almost all of the Apache internals with mod_perl. RubyForge is gaining on CPAN but it's still got a ways to go, at least for variety.
spx2超过 15 年前
Let me tell you something about Perl ... have you tried the Dancer module ? <a href="http://dancer.sukria.net/" rel="nofollow">http://dancer.sukria.net/</a> I like it very very very much. It seems to be straigh-to-the-point web programming. Use it :)
评论 #833612 未加载
human_v2超过 15 年前
I know Slashdot used to use it, and I don't see why they'd change. Although they did re-template their site not long ago, I can't imagine they'd give up perl after using it for so long.
maxer超过 15 年前
i kinda meant who is building new sites in perl? my site's front end is built in rails while the api and xml handling is being done with perl due to the support from CPAN
mahmud超过 15 年前
I usually try things out in perl first, given the abundance of its modules, but I usually rewrite it on the same day in something else.
mbrubeck超过 15 年前
Several hundred (or more) at Amazon.com...