Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    # for ( 0 .. 255 ) {
    #    printf "%c : %u\n", $_, $seen->[$_] if $seen->[$_];
    # }
    
  2. or download this
    use strict;
    use warnings;
    ...
    # for ( 0 .. 255 ) {
    #    printf "%c : %u\n", $_, $seen->[$_] if $seen->[$_];
    # }