Maybe we should talk about success of using Perl to build enterprise applications. Because, the BIG project is nothing. You can write more than 1 million rows of code and it wouldn't good example.

If we are talking about E-commerce the most famous example is eToys.com. Livejournal also can be a good example of BIG project based on Perl.

RT is an excellent example of short (it's totally about 200,000 lines) but well developed application.

I've developed for 4 years in the Billing System which based on Perl and Embperl (for user interface). We have more than 300,000 lines of code. It's not so much but our system's worked success about 3 years. It does all work: from receiving events (VoIP, VOD, Internet, Telephony, Web hosting etc) to issue invoices and processing payments. I cannot say that Perl is the best choice for this kind of applications. But I'm sure that it's much better then Java.

So, the number of lines in the code cannot be a good criteria of aptitude of some language IMHO. It'd be better to use the cost of development which may include number of developers, the time of development, the number of already made parts which can be used in the development, the cost of hardware needed to run application and so on.

---
Michael Stepanov aka nite_man

It's only my opinion and it doesn't have pretensions of absoluteness!


In reply to Re: Samples of big projects done in Perl by nite_man
in thread Samples of big projects done in Perl by techcode

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.