in reply to Re: promoting array to a hash
in thread promoting array to a hash

What does your answer have to do with the question? He's asking about using the keys of a hash to generate a list of words with duplicates filtered out. Hashes are good for this. You're talking about assigning array elements to hash key/value pairs. Hashes are good for that too, but those are two different, mostly unrelated subjects.

Dave

Replies are listed 'Best First'.
Re^3: promoting array to a hash
by hsinclai (Deacon) on Jun 13, 2004 at 14:22 UTC
    I totally missed the point, sorry for posting that.