>>>>> "TC" == Tom Christiansen <[EMAIL PROTECTED]> writes:
TC> The reason that this was done this way was for the common
TC> case of someone forgetting to chop an incoming line and
TC> then splitting on whitespace.
TC> while (<>) {
TC> @F = split;
TC> ...
TC> }
Interesting. I thought it was to make it more natural.
When splitting on whitespace, one is interested in the non-space tokens.
Effectively the leading and trailing whitespace isn't there.
<chaim>
--
Chaim Frenkel Nonlinear Knowledge, Inc.
[EMAIL PROTECTED] +1-718-236-0183
- RFC 361 (v1) Simplifying split() Perl6 RFC Librarian
- Re: RFC 361 (v1) Simplifying split() Bart Lateur
- Re: RFC 361 (v1) Simplifying split() Bart Lateur
- Re: RFC 361 (v1) Simplifying split() Chaim Frenkel
- Re: RFC 361 (v1) Simplifying split() Sean M. Burke
- Re: RFC 361 (v1) Simplifying split() Tom Christiansen
- Re: RFC 361 (v1) Simplifying split() Chaim Frenkel
- Re: RFC 361 (v1) Simplifying split() John Porter
- Re: RFC 361 (v1) Simplifying split() Tom Christiansen
- Re: RFC 361 (v1) Simplifying split() Jonathan Scott Duff
- Re: RFC 361 (v1) Simplifying split() Bart Lateur
- Re: RFC 361 (v1) Simplifying spl... Jonathan Scott Duff
