Help for this page

Select Code to Download


  1. or download this
    my @temp_array = map [ $_, join q(), /[aeiou]/g ], @words;
    @temp_array = sort { $a->[1] cmp $b->[1] } @temp_array;
    say for map $_->[0], @temp_array;
    
  2. or download this
    (["fanfare", "aae"], [apparate, "aaae"], etc.)