in reply to Re: list values of specific hash keys
in thread list values of specific hash keys

Hi @keys is defined elsewhere and contains strings and declaring keys outside doesn't help. If I print $key indside the foreach loop it has the correct values, but for some reason using it in the line my $value = $hash{$key}; it doesen't work. If I enter the key manually in my $value = $hash{"1234567"}; it works. \Sorenjul