Help for this page

Select Code to Download


  1. or download this
    my %table;
    
    ...
          }
       }
    }
    
  2. or download this
    my $file = 'xxx';
    for my $length (1..$max_length) {
    ...
          # printing stuff using $table{$file}{$unique_d}[$length]
       }
    }