Is there an advantage to the other languages or is it simply a matter of choice or just preference?

To elaborate on the points moritz has made and putting aside personal preferences, when it comes down to building that type of application its all about costs.

To my knowledge the cheapest way to build that type of web application would be with a combination of PHP, MySQL and AJAX this may not be the best way. More complex applications would need perhaps the stronger glue provided by Perl.

Using Open source software like PHP, Mysql and Perl etc can make a huge difference to the development costs of applications when compared to ASP etc.

Two other major influences are Labour skill set and Labour costs. As a general rule Perl programmers are more skilled, thinner on the ground and as a result are paid more. PHP programmers are more available and are generally less skilled than their Perl counterparts, Small PHP applications can be coded relatively quickly consequently PHP development costs are lower. There are other considerations regarding hosting choice and availability most offer PHP hosting, ASP costs more.

So at the end of the day its all about time and money, if the software is already in-house and hosting arranged it can become a different ball game. Each new application has to be costed on its merits taking into account all the advantages and disadvantages of the current circumstances and what's available at the time before tendering/estimating a price to the client.


In reply to Re^2: Popularity of Perl as opposed to other languages by Gavin
in thread Popularity of Perl as opposed to other languages by demonlazeros

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.