:
How is Perl 6 different than Perl 5.8.8?
It's essentially a new language, re-implemented from the ground up. It's not source-compatible with Perl 5, though it will be possible to use Perl 5 modules from Perl 6 code, and there will be an automated source translator too. There are many improvements and new features. See the Perl 6 FAQ here at PH for more info:
http://www.programmersheaven.com/2/Perl6-FAQ
Jonathan
###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");