I think this is an important issue -- Perl is complicated enough already without throwing in "Oh wait, what version are you using?" questions at new monks.

I started with Perl 5 (just as it was released, I think) in the summer of '98. The migration to 5.6 was relatively painless -- a new version of Programming Perl (2nd edition -> 3rd edition) was about the only change. Going to version 5.8 is going to take a little effort, and Perl 6.0 is going to require some major thought changes (not unlike Perl 4 -> 5).

Let's avoid a Tower of Babel situation -- there needs to be some version identification tied with the documentation on-site, along with links to where the newer stuff is. So currently the site documentation would be labelled as Perl 5.0 -- we need to have links to 5.6 docs (the current version) as well as 5.8 docs (the upgrade version currently under development) and eventually 6.0 docs (the really cooll new version that Damian Conway (among others) has been talking about for a year).

--t. alex

"Nyahhh (munch, munch) What's up, Doc?" --Bugs Bunny


In reply to (Us and Them) Re: I want site documentation updates and I want them now. by talexb
in thread I want site documentation updates and I want them now. by Juerd

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.