Perl is powerful. So is VB, which is neither here nor there: any significantly useful programming language will give you quite enough rope to accidentally or deliberately hang yourself. Perl probably makes auto-hanging a tad more difficult than does C (or C++); some of the OO languages (Smalltalk, Eiffel) and functional languages (Haskell) probably make it more difficult still. A robust O/S -- and Windows is more robust than some people give it credit for being -- makes it more difficult for a language to hang random people in the neighborhood. Where Windows fails badly in the robustness department is that most users are logged on with administrator privileges; Windows (even XP) seems culturally wedded to the idea of being a single-user O/S. Non-administrative accounts are frequently unable to install software (any software), fonts, burn CD's, etc, which means that non-administrative accounts are too restricted to do much more than run Office and IE. The solution? Give them administrative privileges. Brilliant. It doesn't matter if the walls are reinforced concrete or papier maché when the doors are left open. This is where *ix descendants are clearly superior: Windows seems largely rooted in its past as an isolated, single user system; the *ix descendants evolved from a multi-user system.

emc

"Being forced to write comments actually improves code, because it is easier to fix a crock than to explain it. "
—G. Steele

In reply to Re: Principle of Inclusion by swampyankee
in thread Principle of Inclusion by apotheon

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.