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



Re: RFC 83 (v1) Make constants look like variables

2000-08-10 Thread Simply Hao

 my %STRUCT : constant = (
 Name =str 'Jane',

Isn't this ambiguous, considering that the = operator quotes the
left side?

-Hao