Help for this page

Select Code to Download


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