> 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
- Sane "+" string concat proposal Nathan Wiger
- Re: Sane "+" string concat proposal Michael G Schwern
- Re: Sane "+" string concat proposal Dan Brian
- Re: Sane "+" string concat proposal Jonathan Scott Duff
- Re: Sane "+" string concat proposal John Porter
- recap on new operators? Dave Storrs
- Re: Sane "+" string concat proposal Mark Koopman
- Re: Sane "+" string concat proposal Michael G Schwern
- Re: Sane "+" string concat proposal Casey West
- Re: Sane "+" string concat proposal Stephen P. Potter
- Re: Sane "+" string concat proposal Casey West
- Re: Sane "+" string concat proposal Stephen P. Potter
- Re: Sane "+" string concat proposal Austin Hastings
- Re: Sane "+" string concat proposal jc vazquez
- Re: Sane "+" string concat proposal Michael G Schwern
- Re: Sane "+" string concat proposal Casey West
- Re: Sane "+" string concat proposal Nathan Wiger