I first came across Perl in a Dr Dobbs article. I was looking after a bunch of Sun workstations and servers at the time and was writing a lot of C-shell scripts for admin tasks. It looked from the article like Perl might be a more powerful tool (this was before it shipped with the o/s) so I installed 4.036 from a Sun User Group CD-ROM and started playing.

My background was as a Fortran/Cobol programmer on ICL 1900 systems who'd moved into a sysadmin role on Perkin-Elmer then Pr1me minis before we got our first SPARCstation 1s, at which point I started dabbling in C. As you might expect, at first I was writing C programs in Perl but as my familiarity with Perl idioms grew I became far more productive and also willing to tackle more complex problems. Perl brought a huge amount of enjoyment into the job, writing code was fun and the ease with which results could be delivered was amazing.

Perl is the only language that has, several times, had me laughing out loud when I discovered how simple a task was that would have taken dozens of lines in another language!

Cheers,

JohnGG


In reply to Re: How has Perl affected you? by johngg
in thread How has Perl affected you? by stevieb

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.