Help for this page

Select Code to Download


  1. or download this
    use 5.026;
    use warnings;
    ...
        $raStrings->[ $idx ++ ]->{ bySet } = $_
           for unpack qq{(a$len)*}, $allSorted;
    }
    
  2. or download this
    @strings = (
                 {
    ...
                   'original' => 'aaaaaaaaabaaaaabbaaaaabaaccccc'
                 }
               );