Help for this page
use strict; use warnings; ... chomp( my $inData = <> ); print $words{$inData} // "Key '$inData' doesn't exist.\n";