Re: RFC 84 (v1) Replace => (stringifying comma) with =>

2000-08-11 Thread Simply Hao
>bareword => $value > > ALWAYS quotes the left hand side, even if it's a filehandle. What about with -w: read => $value -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

Re: RFC 78 (v1) Improved Module Versioning And Searching

2000-08-10 Thread Simply Hao
You might want to check out Umbrella Frameworks: http://arstechnica.com/reviews/2q00/macos-x-dp4/macos-x-dp4-3.html It would be good for some of us to have an easier way of using multiple versions of modules sometimes. -Hao

Re: Things to remove

2000-08-08 Thread Simply Hao
> might want to consider removing chomp() and possibly chop(). They're faster than regexes, right? -Hao