I made converts of a bunch of our Oracle people. We had an internal project to do back-end processing; we wanted to take the data files we normally produce for customers and provide them in a fairly wonky format for another group in the company. Being the Unix geek-of-all-trades and de facto text slinger, I was handed the task and thought "You know, I only want to write this once." (We have over thirty data products that we sell, and surely this one product would not be the only one we'd have to convert.) So I wrote a Perl script to read our file format description files and store that data (a hash of arrays of hashes) in a Perl data structure. When we reviewed the code, the Oracle people were impressed. When I told them about the DBI modules, they were ready to jump in feet first. Of course, bloody management said ...

Well anyway, when they get data that does not map cleanly to the Oracle way or database way, they often come to me to help, or at least to try to get a different view of the data. Not only are they learning Perl, but they are learning to see our data from a different perspective; as such, they are writing better database objects.

Now that is cool.

--
tbone1, YAPS (Yet Another Perl Schlub)
And remember, if he succeeds, so what.
- Chick McGee


In reply to Re: Perl rocks!!! by tbone1
in thread Perl rocks!!! by pg

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.