Ah, a perfect opportunity for me to complain about one of my many pet peeves: intra-site links that mention "http://www.perlmonks."

There are several ways you could make such a link:

Only the last one is acceptable to me as the first two can redirect someone from www.perlmonks.ORG to www.perlmonks.NET (for example), where they may not have a cookie (or might have a different cookie) and so will suddenly find themselves not logged in (for example). (update) The third one could take someone from perlmonks.org/wap/index.pl to perlmonks.org/index.pl and so should be avoided (although PerlMonks itself is still very guilty of this sin and so the "wap" directory doesn't even exist yet, but such features are planned and hoped for).

Note also that the "index.pl" is optional in the URL (I've left it out of the last two but not the first two).

        - tye (but my friends call me "Tye")

In reply to (tye)Re: Fragments in inter-node links? by tye
in thread Fragments in inter-node links? by VSarkiss

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.