my %hash = ( 'Anim' => 'Animation', ... 'Test' => 'Whatever'); my $key = 'Anim'; print $key if $hash{$key};