>    Perl 5                        Perl 6
>    ----------------------------- ----------------------------
>    print "Next is " . $i + 1;    print "Next is " + $i + 1;


this is the root of the problem....Perl 5 version is easy to 
understand,  Perl 6 version is still ambiguous

Reply via email to