First introduction to Perl was in college. For a group project in a UI class the task was to create a nice interface to some C programs used for BLAST gene stuff (have no idea what the programs do, it's been many moons since then). The UI was to be web based, and Perl was the glue. Long story short, the C programs were compiled on a Solaris machine, and transparently (to us) copied to a RedHat web server. So I spent a long tme trying to debug the IPC::Open module in Perl, when it wasn't a Perl problem at all. It left a bad taste in my mouth, so I didn't touch Perl for a while.
Second exposure was a few years ago in a professional setting. Someone had a script to run a suite of tests (about 700 tests in all) distributed across four machines. The author was assigned to a different project, and I inherited the script. Re-read the Llama book, then much of the Camel book, then started visiting here. Perl is now my most often-used language (even though Perl is not part of my job decription).
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.