Re: Tolkein (was Re: PDD for code comments ????)

2001-02-20 Thread Simply Hao
> 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)

2000-08-16 Thread Simply Hao
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