Help for this page

Select Code to Download


  1. or download this
    while(($key,$value)=each(%by_key)
    {
       $current_key_list_aref = $key_list_by_value{$value};
       push(@$current_key_list_aref,$key);
    }