Help for this page

Select Code to Download


  1. or download this
    map {my $key = $_; $key =~ s/^([a-z]+­).*/$1/i; push @{$alphaKe­ys{$ke
    +y}}, $_} keys %hoh;
    
  2. or download this
    for( keys %hoh ) {
        push @{ $alphakeys{ (/^([a-z]+)/)[0] } }, $_;
    }