The reason that this was done this way was for the common
case of someone forgetting to chop an incoming line and
then splitting on whitespace.
while (<>) {
@F = split;
...
}
- 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
