if ($myHash{"unknown_if_this_key_exists_yet_or_not"}){ print "values in list are: @{$myHash{\"unknown_if_this_key_exists_yet_or_not\"}}\n"; }