>>>>> "NT" == Nathan Torkington <[EMAIL PROTECTED]> writes: NT> Casey R. Tweten writes: >> Wow. Now that, that, is lame. You're saying that keys() expects >> it's first argument to begin with a %? Why should it care what it's >> argumen begins with? NT> The keys function changes its arguments' data structure. keys resets NT> the each iterator (see the documentation for these functions). Wouldn't this have to change to support iterators and threading. >> All functions recieve their arguments in a LIST via @_. NT> The hash functions are prototyped as \%, meaning they are passed a NT> reference to the hash named as an argument. The reference-taking: NT> * permits them to change the data structures NT> * is faster (one value, not all the key/value pairs) What if keys were extended to operate on arrays? Then keys $foo might be an acceptable extension. <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- functions that deal with hash should be more liberal Jerrad Pierce
- Re: functions that deal with hash should be more ... Tom Christiansen
- Re: functions that deal with hash should be m... Casey R. Tweten
- Re: functions that deal with hash should ... Tom Christiansen
- Re: functions that deal with hash sho... Casey R. Tweten
- Re: functions that deal with has... Tom Christiansen
- Re: functions that deal with... Casey R. Tweten
- Re: functions that deal with has... Nathan Torkington
- Re: functions that deal with... Chaim Frenkel
- Re: functions that deal with has... Jonathan Scott Duff
- Re: functions that deal with hash should ... John Porter
- Re: functions that deal with hash sho... Casey R. Tweten
- Re: functions that deal with hash should be more ... Jerrad Pierce
- Re: functions that deal with hash should be m... Tom Christiansen
- Re: functions that deal with hash should be more ... Jerrad Pierce
- Re: functions that deal with hash should be m... Tom Christiansen
- Re: functions that deal with hash should be m... John Porter
- Re: functions that deal with hash should be more ... Jerrad Pierce
- Re: functions that deal with hash should be m... Tom Christiansen