Help for this page

Select Code to Download


  1. or download this
    my %rhash = reverse %hash;
    my $key = $rhash{$value};
    
  2. or download this
    my @keys = grep { $hash{$_} eq $value } keys %hash;