In that case, perldoc -f values, 'values' does the same as 'keys' only for the values...convenient! ;-)(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.
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]