Same as about everybody else:

- eliminate repetitive tasks by writing front-end wrappers. We have several databases to update when we install a new switch, each has a different front-end written by different people. A nice perl script now does most of the work for me.

- logfile watching, intrusion detection. Our pipes are too big for firewalls/IDS's, so we sprinkle a few logging ACL's for special IP's, and a perl script watches the logs for hit's on those filters. Then it adds a 'watch everything' rule to the ACL for the suspect IP, logs all of it's attempted connections, trys to figure out if it's dangerous and sends email if a threat is found.

- GAMES!! I have about 90% of a Quake3Arena master server written, all in perl. And try writting IRC bots with Net::IRC, amuse your friends.

In reply to Re: Idea Generation for New Programmer by Anonymous Monk
in thread Idea Generation for New Programmer by Tuna

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.