Well, if wetting my pants in public saved the world, I'd do it, but I'd still be pretty ashamed about it....

As for history: I found Perl while using SCO Xenix/286. I actually did the original port of Perl to a mixed 16/32-bit architecture -- but that's probably a Meditation for another day. SCO Xenix was thoroughly behind the times -- it didn't support the "#!" feature until long after BSD-based systems did. So I started trying to figure out how to run a Perl program as easily as the users of more modern systems because I was, yes, too lazy to type "perl programname" a hundred times a day or create two files for each script. The breakthrough was realizing that Perl and shell both understood eval STRING, but they had different ideas about where statements end.

BTW, SCO's Bourne shell would use the C shell to run any script whose first character was a "#". That's why Perl to this day ignores a first line that starts with a colon....

    -- Chip Salzenberg, Free-Floating Agent of Chaos


In reply to Re: Re: Short Shameful Confession by chip
in thread Confusing 'eval' code by ask_chinna

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.