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.

print join "\t", sort keys %hashname;

- RaFaL Pocztarski, [EMAIL PROTECTED]

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

Reply via email to