Help for this page

Select Code to Download


  1. or download this
    my %hash_list = map { split ' ' } split(/,/, $names);
    
  2. or download this
    %hash_list = ( John => 20, Bill => 34,
                   Jane => 28, Wall => 18,
                   Tom => 19 );