> '.' is already, to some extent, space sensitive anyway, because it has > to pull double duty as a decimal point, as well. > > '4.5' (4.5) vs '4 .5' (45) vs '4. 5' (missing operator) beautiful. Then extending this is simple, consistent, easy to read, compatible with perl5.. Ed
- Dot can DWIM without whitespace Brent Dax
- Re: Dot can DWIM without whitespace Dave
- Re: Dot can DWIM without whitespace Stephen P. Potter
- Re: Dot can DWIM without whitespace Simon Cozens
- Re: Dot can DWIM without whitespace Edward Peschko
- Re: Dot can DWIM without whitespace Nathan Torkington
- Re: Dot can DWIM without whitespace Paul Johnson
- Re: Dot can DWIM without whitespace Edward Peschko
- Re: Dot can DWIM without whitespace Bryan C . Warnock
- Re: Dot can DWIM without whitespace Edward Peschko
- Re: Dot can DWIM without whitespace Simon Cozens
- Re: Dot can DWIM without whitespace Edward Peschko
- Re: Dot can DWIM without whitespace Michael G Schwern
- Re: Dot can DWIM without whitespace Bryan C . Warnock
- Re: Dot can DWIM without whitespace Edward Peschko
- Re: Dot can DWIM without whitespace Buddha Buck
- Re: Dot can DWIM without whitespace Casey West
- Re: Dot can DWIM without whitespace Edward Peschko
- Re: Dot can DWIM without whitespace Michael G Schwern
- Re: Dot can DWIM without whitespace Dan Sugalski