The Medical Staff office where I work purchased an expensive bit of software to help them keep track of the credentials of the physicians who work at the hospital. It's based on an MS-SQL database and works well enough for the people that use it. However, they wanted to tap into the database and make the physician information available to the entire staff of the hospital. When it came time to implement that particular piece of the project they found that it required purchasing many, many more software licenses and having a tech install it on every PC in the establishment--a large and expensive proposition.
While the other analysts were standing around scratching their heads, I dabbled around with some Perl code and SQL programming and built a nice little interface that displays the information on our Intranet. It works well--people use it--and it cost the hospital exactly nothing in actual dollars for software.
It's not so much the code that I'm proud of--it's the ability that Perl has of being able to do much-with-little. And the fact that while I'm considered to be a bit of an odd-duck here, I was able to pull up a solution for a problem that no one else knew how to solve.
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.