On Wed, 24 Oct 2001, Shannon Murdoch wrote:
> What everyone has said so far is ways to list all the VALUES contained in a
> hash array, what I need to do is list all the KEYS contained in the hash
> array-with a tab (\t) between each.
Read the perldoc on the keys function. It takes all of the keys from a
hash and builds a list for you, which you can stick in an array or loop
through, which is what was done in the examples). It does exactly what
you are asking for.
-- Brett
http://www.chapelperilous.net/
------------------------------------------------------------------------
"If you lived today as if it were your last, you'd buy up a box of rockets and
fire them all off, wouldn't you?"
-- Garrison Keillor
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]