Pascal Gloor il y a 6 ans
Parent
révision
3e46360174
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl Voir le fichier

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

Chargement…
Annuler
Enregistrer