Wow, nostalgia day here in the Monastery. Ok...

I fell in love with perl 4 as a better scripting language than awk when I discovered it had a debugger - so the pink camel quickly supplanted the grey awk book on my desk... holy cow, ten years ago now.

Shortly after I had wedged a horrible two-dimensioned array into a perl 4 script using split and join, I discovered that what I considered a kluge was in fact the canonical FAQ answer to "how do I create a two-dimensioned array?" But the FAQ promised this would become much easier in the soon-to-be-released Perl 5, thanks to references.

No question about it, Perl 5's references were the biggest change. They opened the door to the complex data structures needed for real-world tasks. They formed the basis of Perl 5's objects, which in turn helped spur the meteoric growth of CPAN.

References. Couldn't live without 'em today.

Peace,
-McD


In reply to Re: Been with Perl since the Beginning? by McD
in thread Been with Perl since the Beginning? by ghenry

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.