Ver código fonte

debug

master
Pascal Gloor 6 anos atrás
pai
commit
3e46360174
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl Ver arquivo

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 ";

Carregando…
Cancelar
Salvar