vote up 7 vote down star
2

Can you please name some large (maintained, with active communities) projects written using Perl? I'd like to be able to provide a list of mature, production-ready projects so that Perl can be seen as an alternative to other popular languages used today.

flag
2  
It may be just me, but why would you write a large project in Perl? I love the language, but I've never been tempted to do anything large in it. Every large project I've thought much of lately seemed to call for some other language. Small projects, on the other hand, often go very well in Perl. – David Thornley Oct 27 at 19:26
4  
I'm sure people can and will disagree with your affirmation. – Geo Oct 27 at 19:42
7  
@David - Because when you know what you are doing in Perl, writing a large system in it is easy for a vast majority of reasons that make Perl an easy language to develop software in. Spoken from experience of writing large systems in Perl, BTW. – DVK Oct 27 at 20:18
1  
Define "large"! – Manni Oct 27 at 20:53
2  
Modern Perl being a poor fit for large projects is a myth. It works exactly as well as any other functional, object oriented, dynamic language. Take a look at the source for a large, successful Perl project like Movable Type. – steveth45 Oct 28 at 16:48
show 3 more comments

14 Answers

vote up 3 vote down

It had to be done..

link|flag
vote up 4 vote down

Top 3 Russian search system use Perl. Rambler.ru mail uses Perl (they contribute some CPAN modules back to community).

Padre, Perl IDE is already big project and it is actively maintained.

Git VCS is partially written in Perl and SVK VCS is Perl-only.

WebGUI CMS, Webmin system administration tool, AWStats log analyzer, perlcritic tool, Jifty CMS, Plagger RSS aggregator, Smolder test aggregator, LiveJournal/Dreamwidth blogging systems, PAR tool to pack you program to executable, SqueezeCenter, MailScanner, Interchange, Freeside, Moose, Catalyst, DBIx::Class, CGI::Application and many, many others.

link|flag
vote up 6 vote down

Lots of fairly large internet sites use Catalyst, a perl web framework: http://dev.catalystframework.org/wiki/sitesrunningcatalyst

Catalyst itself is a fairly large, very active perl project.

link|flag
vote up 4 vote down

Youporn.com runs off catalyst, if memory serves correctly. That's a large project that serves a huge number of hits daily, regardless of how tasteful you find it.

link|flag
1  
I can confirm this (as a secondary, not primary source; I merely know people who work there :) – hobbs Oct 28 at 10:21
2  
I can't help but wonder: is it deliberate that this example is not properly linked? (I.e. - self-censorship?) – Telemachus Oct 28 at 16:15
I think others would have marked the post as offensive if he had linked it. – Geo Oct 28 at 18:07
vote up 9 vote down

The Perl 5 Wiki has a lists of companies and applications which use Perl. At the bottom of the companies page you'll find links to additional lists of sites using various Perl frameworks.

link|flag
vote up 5 vote down

First off - ask yourself if Perl is a good fit for whatever project you are doing? If you do a project in Perl where it isn't a good fit, you'll be shooting yourself in the foot and probably give Perl a bad name in the minds of whoever you are working with.

That being said, would pointing out large companies & organizations that use Perl be of more help than large projects? A few I know of just off the top of my head:

  • Yahoo
  • Wall Street Journal
  • IMDB
  • BBC
  • Value Click

Also, this post lists some additional organizations: Perl Monks discussion

You may also consider checking indeed.com or other job hunting sites to see which organizations are hiring Perl developers.

link|flag
1  
Plus, many Wall Street firms use Perl (I know of 3 personally) – DVK Oct 27 at 20:21
vote up 5 vote down

It's a commercial product rather than open source, but Sophos PureMessage is a very large application and written in Perl. (Disclaimer: they used to be my employer.)

link|flag
vote up 5 vote down

Bricolage comes to mind.

link|flag
vote up 7 vote down

SpamAssassin comes to mind.

Debian's dpkg (the tool that does all the heavy lifting in the package installation process) was originally a Perl application, but it's now written in C.

link|flag
vote up 5 vote down
  • Open Ticket Request System, a well-known Trouble-Ticket-Management-Tool
  • Nagios, an Opensource Monitoring Software. At least the Webfrontend is written in Perl
link|flag
Just a clarification, the web front end for Nagios is C. Nagios does have an embedded Perl interpreter that can be used by plugins though. – mikegrb Oct 27 at 22:05
vote up 4 vote down

SLASH, the Slashdot Like Automated Story-telling Homepage ... [nostalgica] Those were the days, haven't visited Slashdot for months since I've found reddit [/nostalgica]

link|flag
vote up 9 vote down

Request Tracker is particularly large.

link|flag
3  
Having had the misfortune of using RT, I'm not entirely certain you want to list it on the "benefits of using Perl" list :) – DVK Oct 27 at 20:22
1  
Having had the pleasure of using RT for a few years now, I would certainly include it on this list. – Joe Casadonte Oct 28 at 12:51
vote up 17 vote down

Off the top of my head:

You can find a list of notable Perl applications.

Also, remember that a lot of bioinformatics is done in Perl because of the powerful string searching capabilities. See, e.g., How Perl saved the Human Genome Projcet.

link|flag
vote up 9 vote down

Movable Type

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.