Help for this page
my $alphabet = join '', ('a'..'z'); my $phrase = "abcd efgdhij kijl hecmin"; ... # Hash will look like: # %hash = ( efgdhij => [ "another", "fathers", ... ], # hecmin => [ "hacker", "strong", ... ] );