If I want to print out every value of a hash, what's wrong with doing it like that:
foreach (keys %hash) {
print $hash{$_};
print "\n";}Why do I only get one value???
Jane
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
