my $find = q{something}; for my $key (%hash){ for my $element (@{$hash{$key}}){ if ($element eq $find){ print qq{found $find}; endif } } [download]
my $key = q{key}; my $find = q{something}; my @found = grep{$_ eq $find} @{$hash{$key}}; print qq{@found\n}; [download]
www.com | www.net | www.org
https://www.perlmonks.com https://perlmonks.com https://www.perlmonks.net https://perlmonks.net https://www.perlmonks.org https://perlmonks.org https://66.39.54.27 https://216.92.34.251 https://X.pair.com, for some X One of the above, but including "/index.pl" Other (please comment)
Results (68 votes). Check out past polls.