Help for this page

Select Code to Download


  1. or download this
    my @indices_of_myhash_key_info_array
        = 0 .. $#{$myHash{$key}{info}};
    ...
    for (@data_element_only_sorted_by_sortkey) {
        print "$_,$key";
    }