Help for this page

Select Code to Download


  1. or download this
    sort { $a =~ y/ //dr cmp $b =~ y/ //dr } @data
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        say for sort { $a =~ y/ //dr cmp $b =~ y/ //dr } @$data;
        say '=' x 20;
    }
    
  3. or download this
    Data from atcroft
    --------------------
    ...
      i
    j
    ====================