Help for this page

Select Code to Download


  1. or download this
    use strict;
    print "$^V\n";
    ...
    foreach(keys(%count)){
    print "$_ $count{$_}\n";
    }
    
  2. or download this
    $ perl -w test_each_tie 200
    v5.10.0
    ...
    LLLL-WWWWWWWWWWWWWWWWW 185
    LLLL-YYYYYYYYYYYYYYYYYYYYYYYYYYYY 7
    LLLL-ZZZZZZ 8
    
  3. or download this
    $ perl -w test_each_tie 250
    v5.10.0
    ...
    LLLL-WWWWWWWWWWWWWWWWW-WWWWWWWWWWWWWWWWW 114
    LLLL 16
    LLLL-ZZZZZZ 4