in reply to Re^3: Extracting single element from array to be printed in a one liner hash
in thread Extracting single element from array to be printed in a one liner hash

The OP wanted to type apples for example and have it say "fruits". To do this you need:

if ( $key eq $input ) { ... }
  • Comment on Re^4: Extracting single element from array to be printed in a one liner hash
  • Download Code