Rob Richardson wrote:


(1) If you wanted to put the keys of a hash into an array, just do it
all at once:

@temp = keys %$self


I am not putting the keys of the hash into the temporary array.  I'm
putting the values of the hash into the array.


In that case, perldoc -f values, 'values' does the same as 'keys' only for the values...convenient! ;-)

http://danconia.org


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to