Re: Line disciplines (was Re: RFC 69 (v3) Standardize input record separator)
[email protected] (Simply Hao) Wed, 16 Aug 2000 10:55:18 -0400 (EDT)
| Newsgroups | perl.perl6.language.io |
|---|---|
| Message-ID | <[email protected]> |
I'll try to scrap and rewrite the RFC this weekend. > $/ = qr/[\r\n]/f; # fast ? How about we use the specialized DFA regex, but also slightly different notation? -Hao