TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How many people still use perl in web scripting?

6 pointsby maxerover 15 years ago
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 comments

ratsbaneover 15 years ago
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.
spx2over 15 years ago
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_v2over 15 years ago
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.
maxerover 15 years ago
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
mahmudover 15 years ago
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.
mbrubeckover 15 years ago
Several hundred (or more) at Amazon.com...