Browse Source

debug

master
Pascal Gloor 5 years ago
parent
commit
3e46360174
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl View File

my @larr; my @larr;
my %lcnt; my %lcnt;


foreach my $word ( split(/ /,$txt) ) {
foreach my $word ( split(/[ '".-]/,$txt) ) {
$word = lc($word); $word = lc($word);
my $lang; my $lang;
print "$word "; print "$word ";

Loading…
Cancel
Save