Missing the "All of the above" choice :)

I started with perl-4.016 replacing my awk,sed and sed scripts collection. Soon after I implemented a Unify database UI into perl-4 taking oraperl as example code. It saved me tons of time and prototyping became a breeze (had to do part of the work in K&R C code those days).

I got lots of help from the community, which was a lot smaller those days.

Internet was expensive on dial-in modems, so off-line manuals (and books) were vital, and they were way above average and really helpful.

Conversion scripts vor awk to perl and sed to perl were included in the basic distribution, which was how I learned my first perl coding.

The error messages where spot-on most of the time.

But most amazing was how well perl code matched my way of thinking. The TIMTOWTDI might have been what kept me using perl up till today.


Enjoy, Have FUN! H.Merijn

In reply to Re: When you first encountered Perl, which feature amazed you the most? by Tux
in thread When you first encountered Perl, which feature amazed you the most? by talexb

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.