I don't go to perlmonks very often, so I don't understand the lingo "there's no node..."

Everything that's posted on PerlMonks is a node. This includes questions and answers such as in this thread; site documentation; even your home page is called a home node. Each node has a unique ID. If you check the URLs referring to pages on this site, you'll see, in the query string, either "node=xxx" or "node_id=nnn".

So, your home node can either be specified by node zchris, or it's ID zchris. They should both render as "zchris" but, if you check the actual URLs, you'll see the first (linked by node name) has "node=zchris" and the second (linked by node ID) has "node_id=1200554".

See "PerlMonks for the Absolute Beginner" for more on nodes (and links to lots of other information you may find useful). See "What shortcuts can I use for linking to other information?" for ways to link to nodes, either by name or ID (and, again, this has lots of other related information).

The reference to "there's no node" was intended to advise that there's no node with the name "mozrepl". With the creation of this thread, there is now a node with the name "mozrepl end of life".

As a final note, please do not use absolute links for linking within this site. See "All Links Within PerlMonks Should Be Relative" for details.

— Ken


In reply to Re^3: mozrepl end of life by kcott
in thread mozrepl end of life 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.