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