Back in 99 I was writing an RDBMS in C and needed to extend my SQL parser to include sub-queries. I was having a bad time of it until a friend (a guru programmer with a number of OO patents to his credit) suggested writing a hack parser in Perl until I'd got the syntax sorted. So I went out and ordered the Camel Book and "Advanced Perl Programming" and got sidetracked by the beautiful idea of fully dynamic applications (ie the screen/form is not fixed but is customised depending on the user, the reference data and any number of other factors) built on an apache/perl platform. I've never finished any of the above projects (although I've come pretty close a couple of times :) but then again, I don't get paid any money to write Perl or C, so my day job (Oracle DBA) has to take precedence. I must admit though, that my breadth of vision and understanding has increasing enormously after joining PerlMonks: there are just so many Monks with a fantastic understanding of Perl and the related technologies that every day there's something new to learn here.

I must point out that my initial searches for Perl help on google/deja-news always ended up with the answer in a post from Abigail. So this post also doubles up as a big, public "thank you" to Abigail. And a slightly smaller, but just as public, "thank you" to perrin for providing my first link to PerlMonks (from the mod_perl mailing list).

rdfield


In reply to Re: Rolling into Perl by rdfield
in thread Rolling into Perl by robartes

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.