Help for this page
%hash = (%hash, (map /(\S+)\s+(.*)/, <FILE>));
for (<FILE>) {/(\S+)\s+(.*)/ && $hash{$1} = $2}