foreach $key (@keys){ my $value = $hash{$key}; push @value_table, $value; } [download]
In reply to list values of specific hash keys by sorenjul