I would prefer that people learn to use and rely on their local documentation. It is simply impossible for this website - or any documentation external to your system - to accurately document what people have installed.

Do you choose Perl 5.005 as the current version? Then our does not exist!

Do you choose Perl 5.6 as the current version? Then our does exist and we get into the confusion discussed at RE (3): Should I use $ and $# ?. Either way people are relying on incorrect information.

Instead I would like to see the documentation remain at something resembling a lowest common denominator but for every page to have added to it the following:

This documentation is probably for a different version of Perl than you have. For the version of this document applicable to your system type perldoc -f open
(Where open is just an example.)

In reply to Re (tilly) 1: Crazy about a bug report (and POD and super search) by tilly
in thread Crazy about a bug report (and POD and super search) by crazyinsomniac

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.