Re: Tolkein (was Re: PDD for code comments ????)
> Douglas Adams does seem rather more appropriate a source of quotes > for software (anyone's, alas) than Pratchett. But Adams already has a software company. -Hao
Re: Line disciplines (was Re: RFC 69 (v3) Standardize input record separator)
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