- or download this
d the
a quick
...
d the
a lazy
n dog
- or download this
the quick brown fox jumps over the lazy dog
- or download this
#!/usr/bin/perl
use warnings;
...
for my $pos (sort { $seen{$a} <=> $seen{$b} } keys %seen) {
say "$pos\t$seen{$pos}";
}
- or download this
p 1
v 1
n 2
d 2
a 3