I agree to a point. While I'd hate to see this move from being a perl site to a dumping ground for any question (because I think without the focus the site would flounder), I do feel that there is an unrivaled collection of grey matter floating arounds here. And people with 10-15 years of Perl experience usually have experience in a lot of other areas.
I myself feel confident in answering questions on HTML,DTHML, XML, Javascript, Emacs, Lisp, Tcl, C, C++, Java, Sql, Icon, VB, Excel, Wap, shell scripting, Lex/Yacc, and a lot of other subjects, because in 20 years of coding I've been exposed to a lot of things. There are people here with far more experience, depth and breath than me (not to mention Real Computer Science Degreestm).
It's a shame not to be able to bring these resources to bear on a problem just because it is not exactly perl.
Perl doesn't exist in a vacuum. It runs on OS's, talks to databases and other languages, works with HTML and JavaScript, etc.
Remember, any learning is good learning. I apply things I learned from lisp everyday in perl. I use perl's high-level data structures well, because I had to write them in C and I know how they work and the pitfalls of using them.
I think we can spare the cycles and node space to help perl programmers do their jobs better, even when it involves other technologies. Besides, one day you might be staring art a piece of javascript, desperate for help.

-pete
Entropy is not what is used to be.

In reply to Re: Off Topic section by dreadpiratepeter
in thread Off Topic section by rbc

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.