The big problem is Perl has gotten so identified with CGI. In fact it is used for many different things other than CGI. The last 5 things I did with Perl were:

  1. Convert a romanized representation of Sanskrit text to UTF-8.
  2. Talk to an XML-RPC based web service.
  3. Build a search engine for mail boxes.
  4. Convert documents in a proprietary format into DocBook XML spell checking them along the way.
  5. Write a version of the classic game 'trek'.

Only 3 involved CGI and that will probably move to modperl soon. Yet Perl eq CGI is indelibly locked-in to many peoples minds :(

--
જલધર


In reply to Re: Not Everyone Likes Perl, I Guess by jaldhar
in thread Not Everyone Likes Perl, I Guess by dyer85

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.