On a previous contract, I was the only one in the group that knew Perl. Much to most people's aggrevation, I started integrating my Perl programs into the system (a very large data conversion project). No one thought much of it, as long as I kept it working.
One of our biggest problems was that building the 50 - 100 C programs (with Oracle Pro*C) was becoming a problem. We had HP/UX for development and initial testing (including testing the build), and Sequent for integrated test, test cycles, and production run. Managing the differences between the C compiler, Pro*C precompiler and make all made things incredibly challenging.
So, along comes a late requirement to read data from multiple tables, summarize and munge, and load into another table. The estimate given to to develop the C/Pro*C code, test, and get the stupid thing to reliably compile was 1 - 2 weeks.
Perl: 4 hours. Worked no matter what machine you ran it on.
Victory.
MungeMeister
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.