A lot of "tools" have a high starting friction for solving some problems. Consider the prospect of "whipping together" a web server log analysis program in Java. Uh, no thanks.

Perl has a delightfully low starting friction. With it we can solve a lot of gnarly little problems quickly, and people like that.

There's a down side to this type of popularity, though it might not surface for a while. If you get the reputation as the guy to go to to get a lot of gnarly little problems solved, you're going to get a long string of gnarly problems. Not only that, but if your environment operations on a "sticky fingers" model of code ownership (i.e., the last person whose fingers touched the code owns it), you could find yourself with a big bag full of ongoing obligations, each waiting to jump up and demand your attention when you'd really rather be spending time on something else.

On way of being the popular "Perl guy" while avoiding the burden of owning all of the little scripts that people depend on is to take the "teach them to fish" approach. Rather than solving people's problems directly, teach them a little more Perl each time, until they can solve problems themselves.

Good teachers can be popular, too.


In reply to Re: Perl Can Make you Popular by dws
in thread Perl Can Make you Popular by kha0z

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.