At 23:26 24/10/01 +1000, 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.

foreach (keys %params) { print "$_\t"; }

should work

-- 
mjx
free love not trade


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

Reply via email to