Yes (sort of). But are you really asking that question now?

If you want to know about Perl5-isms that will not be supported in Perl 6, I'll point you to this document I've been putting together. I'm currently looking for work, but that's boring, so I spent a day last week re-reading the Apocalypses and Exegeses. If like me, you're interested in Perl 6 and the new language features, you probably wonder what things you'll need to change when you get your hands on that first alpha release (apart from the obvious dot and underscore).

So far, there's not very much that has been removed from the language. And in Apocalypse 1, Larry says he wants to keep it that way. However, it's early days, almost a year later, we're on Apocalypse 4 and Larry (perhaps jokingly) mentioned that there'll be an Apocalypse 26. So that's why I'm compiling this reference now, it'll be much more work to leave it until Perl 6 ships.

Please let me know if I've got something wrong, or overlooked something. I am sure that I'll have missed things on the perl6* mailing lists - I've only had time for the digests. I plan on keeping this list updated with each Apocalypse and Exegesis.

Here's that URL again: http://www.simonflack.com/articles/perl5to6ref

Update: Fixed the link - sorry, should have tested it. Thanks also to robsv for correcting my HEREDOC.

___ Simon Flack ($code or die)
$,=reverse'"ro_';s,$,\$,;s,$,lc ref sub{},e;$,
=~y'_"' ';eval"die";print $_,lc substr$@,0,3;

In reply to Will my code work in Perl 6? by $code or die

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.