I understand the need for v7 before v8, to ease users with warnings so they have some time to "use v7" (and then an easy transition to v8). instead of v7 being what v8 intends.

Personally I think that a "use v5" or having a hashbang that points to perl5, where that is a link to the perl v7 or v8 binary, with the automatic behavior to enable old syntax is something that needs to be made, so that "old perl code, do not touch" just keeps working with a single change. (next to the "use $version" we have now, to develop for older/newer systems)

Having said that; I'm very hyped about the new Version number, I hope that just like PHP got a boost, Perl7 will get a boost too. As you can see, my love for Perl hasn't faded over time :)


In reply to Re: The future of perl by FreeBeerReekingMonk
in thread The future of perl by marto

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.