It may not be suitable for your venue, but it sounds like a good place to demonstrate the roots of perl. Perl as a better awk, sh, and sed all rolled into one. Which is to say, if you aren't familiar with Unix, Perl as a text manipulation tool.

How many times have DBA's had the problem: How do I get this cruddy data cleaned up and into my database? The answer is Perl.

This could be a fine showcase for perl. How to change integers to tri-state sql booleans? How to extract sql data from HTML data? How to populate small static tables in an sql database?

How to clean up hand entered data? Like

EDP^DESCRIPTION^WGHT^... 1001^stl sq .5^.425^... 1002^Steel Square 3/4^1.92^... 1002^SQ STL C1018 1.25"^5.31^... 1003^steel round C1215 1"^2.67^...
to extract shape, grade, size in decimal, weight_per_what if available and to enforce a standardized abbreviation and capitalization pattern upon the data.

In a few years someone may recall how that guy in database class solved the tough munging problem they're facing now with just a paragraph of Perl.


In reply to Re: Perl technical presentations by rir
in thread Perl technical presentations by blokhead

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.