On Tue, Apr 24, 2001 at 11:53:49AM -0700, Mark Koopman wrote:
> >    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

The Perl 5 version is also ambiguous as you didn't catch the
precidence problem I noted eariler.  ;)

-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl6 Quality Assurance     <[EMAIL PROTECTED]>       Kwalitee Is Job One
...and that, children, is how to clean and load a .38 revolver.  Questions?

Reply via email to