- or download this
# FIXME: name is preliminary
package List::LimitedSize::Fitness;
...
# obligatory success!
1;
- or download this
#!/usr/bin/perl
...
}
say $list->items() . " words total ($num_words requested).";
- or download this
$ perl longestwords.pl wordsEn.txt
..........
...
antidisestablishmentarianism
19 words total (10 requested).
$