HoA is correct, because the o does not start a "significant" word. (Your English teacher will tell you that a word is "significant" for capitalisation purposes unless it is an article, a coordinating conjunction, or a short preposition. I forget whether "short" in this context means <5 letters or <=5 letters.) It is common for abbreviations to capitalise only the words that start a significant word: e.g., ComIntern, CoBOL[1].

We don't write PERL, of course, because computer technical words are (usually) case-sensitive. This is a special rule, but that's normal in English. Nouns in the field of music follow a different declension if they end in "o"; words and abbreviations imported unchanged from Latin, unlike words imported from all other languages, are typeset in italics, except for mathematical terms imported from Latin (e.g., QED), which are not; et cetera, ad infinitum.

The case-sensitivity in computer words allows for a significant amount of disambiguation: hence the distinction between Perl and perl, the lack of any confusion between BIND and activities with rope, and so on. The rule is universal among people who understand computer stuff in general, which is an ever-growing percentage of the population, and I am confident that it will become a permanent special rule like the others listed. But yes, people who don't know will continue to write "PERL", "Email", "pianoes", "ect.", confuse e.g. with i.e., and just generally write like wankers.


  1. CoBOL does not follow hackish rules because (like RPG) it is not a hacker language.

for(unpack("C*",'GGGG?GGGG?O__\?WccW?{GCw?Wcc{?Wcc~?Wcc{?~cc' .'W?')){$j=$_-63;++$a;for$p(0..7){$h[$p][$a]=$j%2;$j/=2}}for$ p(0..7){for$a(1..45){$_=($h[$p-1][$a])?'#':' ';print}print$/}

In reply to Re: Perl and Unix versus PERL and UNIX by jonadab
in thread Perl and Unix versus PERL and UNIX by Anonymous Monk

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.