I was programming on OpenVMS in 1996. I'd done a few data munging tasks, nothing big.

We had this system that mailed a lot of quality reports on chemical samples to a bunch of different people. Maintenance of the mailing lists and the like was a pain and mail servers were sometimes unreliable.

A customer asked if the reports could be put on a website. I thought about it for a few minutes and realized that I could dump the reports into directories, formatted with links for a lot of the interesting information to cross reference them and index pages to bring up various views of interest to various communities. It was just a data reformatting problem, no CGI was required.

It was a huge hit and it took me practically no time to put together.

The fact that Perl was working on OpenVMS was a big part of the win here. Perl is ubiquitous, still. Today, I do Unix and it's installed on every one of our Unix systems by default. That's not true of any other scripting langauge and I don't see that changing.

I wonder if that Perl6 will ever enjoy that kind of penetration, no matter how perfect it is.


In reply to Re: What was the bait (project, problem or opportunity) that hooked you on Perl? by jordanh
in thread What was the bait (project, problem or opportunity) that hooked you on Perl? by generator

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.