in reply to Re: help on how to create a hash look up table requested.
in thread help on how to create a hash look up table requested.

... while(<DATA>){ /:\s(\S+)$/ => $1 and $code{$1}++ } ...