Maybe you can pull something from the Perl 5.8.0 press release.

Perl, the Practical Extraction and Report Language, was first released by Larry Wall, a linguist and programmer, in 1987. Since then it has become the automation tool of choice for systems administrators and programmers around the world.
It is available for a bewildering number of platforms: virtually all known and current UNIX derivatives are supported as are other systems like Windows, Mac OS, VMS, MS-DOS, OS/2, QNX, BeOS, and the Amiga. Perl is now included in the default installs of Apple's Mac OS X and Sun Solaris version 9.
Perl is most commonly associated with web programming, being the development tool of choice for many people serving dynamic, data driven web pages. Several methods are available for running Perl on the web, such as the ever-popular CGI and mod_perl, the enterprise-class application module. According to Security Space, mod_perl is deployed on over 1.6 million Apache web servers, a constantly-rising figure that does not include the millions of servers running Perl through CGI.
Sites making use of Perl include Amazon.com, Wired, Slashdot.org, Alexa and the Internet Wayback machine, a hundred terabyte archive which is five times larger than the the Library of Congress.
--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg


In reply to Re: Perl in 125 words or less by davorg
in thread Perl in 125 words or less by meetraz

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.