I don't know how much experience with the Unixoid computing world you have, but if you'd been there, you'd notice there is almost nothing in Perl that wasn't in a lesser tool before. We've all heard that Perl is derived from C, shell, awk and sed; until you've learned those tools to a significant degree you won't recognize just how much truth there is in that statement.

The number of things "chosen" amounts to very nearly zero.

As such, unlink and friends couldn't have been called any differently.

I believe that the documentation of the Unixoid assumptions in Perl called for for the folks on Windows actually needs to document a fair amount of additional concepts besides just which function names where used for Perl builtins.

(I'm twitching to keep myself from it, but cannot help commenting that the more I absorb Unix, the more Windows feels like the far overgrown quick & dirty hack of an 8080 OS it is. And I'm not even talking about the codebase (which has been done from scratch in NT anyway and would be fixable with an undue amount of effort), I'm talking about concepts. Unix, as a design, makes sense. And it's not even perfect - there's a lot to do better yet.)

Makeshifts last the longest.


In reply to Re^2: I can't find anything by Aristotle
in thread I can't find anything by ellem

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.