I think you're focusing a little too much on the whole Web thing. Perl got a boost with the popularity of the Web, but was already in wide use as a sysadmin tool (it's more than 15 years old). And I believe that most Perl stuff is not out in the open, but doing its work quietly to keep lots of things going without "public knowledge".

PHP on the other hands, was meant as a Web application language from the beginning. So it's perfectly logical that things made with PHP have higher visibility. Also, I think it's a matter of the right thing on the right time. PHP was there as a relatively simple and specialized tool for creating dynamic websites just when it became feasible for "normal" people to host a website with a hosting provider. Add that to the fact that it's easier for hosting providers to support PHP than it is to support Perl it's not really strange that PHP got a bit more attention as a Web development language.

Again, it's a matter of perception. PHP is used in a visible way, but Perl is used in a lot more things than just building websites. As for other languages like Python and Ruby, I think it's only good to have diversity and hence, cross-pollination. And once you know a scripting language, it isn't that hard to learn the other. Maybe the syntax is different (whitespace is significant, which isn't as hard to get used to as most people think) and the focus lies somewhere else (in Ruby everything is an object).

Like languages adapt and grow, try to adapt and grow on a personal and professional level.

Arjen


In reply to Re: Perl Popularity by Aragorn
in thread Perl Popularity by kal

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.