When I started with Perl, the manpage was only 10 pages long. There wasn't enough of it to be intimidating. {grin}

Mostly what I find intimidating now are the people who look at Perl golf and Perl JAPHs and the slapped-together perl4-style CGI scripts and think that this is "normal" Perl. If I could eliminate those items from the Perl culture, I think we'd have fewer people intimidated by Perl in general.

One of my clients is in the upper half of the Fortune 500, and makes half of their revenue from tens of thousands of lines of Perl code deployed as mod_perl web servers and web services, and infrastructure support. And no, they're not running out to replace it with Java or Python or Ruby on Rails. In fact, they're writing a lot more Perl to go with it. Yeay. But why it works is because they have a great design, testing, and deployment strategy, which they would need for any large project in any programming language. Perl is never the issue when you have the rest of the infrastructure in place.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.


In reply to Re^2: Perl 6 gets some press by merlyn
in thread Perl 6 gets some press by xdg

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.