> 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 Mark Koopman
- Re: Sane "+" string concat proposal Michael G Schwern
- Re: Sane "+" string concat proposal Casey West
- 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 Stephen P. Potter
- Re: Sane "+" string concat proposal Casey West
- how about just juxtaposing? (Re: Sane &qu... Jarkko Hietaniemi
- Re: how about just juxtaposing? (Re: ... Michael G Schwern
- Re: how about just juxtaposing? ... Casey West