On 25 Sep 2000 06:07:01 -0700, Randal L. Schwartz wrote: >Bart> Plus, in Perl 5, NO core function returns a hash. >Bart> None at all. > >It's not returning a hash. I like the proposal that has it return a >paired list, similar to the semi-paired list we get with a capturing >split, or a list-context m/()()/g match. If you can garantee that it's also not using a hash internally to keep count, but instead a table parallel to the table that's being used to hold the conversion values, you've won me over. A hash would be very inefficient. The conversion from table to a paired list would only happen as a final step. -- Bart.
- RFC 283 (v1) C<tr///> in array context should re... Perl6 RFC Librarian
- Re: RFC 283 (v1) C<tr///> in array context ... Bart Lateur
- RE: RFC 283 (v1) C<tr///> in array context ... Henrik Tougaard
- Re: RFC 283 (v1) C<tr///> in array cont... Bart Lateur
- Re: RFC 283 (v1) C<tr///> in array ... Randal L. Schwartz
- Re: RFC 283 (v1) C<tr///> in ar... Simon Cozens
- Re: RFC 283 (v1) C<tr///> in ar... Bart Lateur
- Re: RFC 283 (v1) C<tr///> ... Simon Cozens
- Re: RFC 283 (v1) C<tr///&... Bart Lateur
- Re: RFC 283 (v1) C<tr///> in array context ... Richard Proctor
- Re: RFC 283 (v1) C<tr///> in array cont... Simon Cozens
- Re: RFC 283 (v1) C<tr///> in array context ... Paris Sinclair
- Re: RFC 283 (v1) C<tr///> in array cont... Bennett Todd
- Re: RFC 283 (v1) C<tr///> in array context ... Russ Allbery
- Re: RFC 283 (v1) C<tr///> in array cont... Paris Sinclair
- Re: RFC 283 (v1) C<tr///> in array ... Russ Allbery