Help for this page
my %hash_list = map { split ' ' } split(/,/, $names);
%hash_list = ( John => 20, Bill => 34, Jane => 28, Wall => 18, Tom => 19 );