Re: RFC 39 (v3) Perl should have a print operator
[email protected] (Jon Ericson) Tue, 05 Sep 2000 17:15:23 -0700
| Newsgroups | perl.perl6.language.io |
|---|---|
| Message-ID | <[email protected]> |
Bart Lateur wrote: > Also, > > print @items; > > should then return join($,, @items).$\ I would want it to return @items: @sorted = sort print @items; I'd prefer a different name (tee?) and keep print as it is. Jon -- Knowledge is that which remains when what is learned is forgotten. - Mr. King