Rev 16932 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16932 | Rev 18106 | ||
---|---|---|---|
Line 13... | Line 13... | ||
13 | ## and completed with domains appearing in domain but not in domain.xx. |
13 | ## and completed with domains appearing in domain but not in domain.xx. |
14 | ## This is also sorted. |
14 | ## This is also sorted. |
15 | # domaindic.xx.tmp : dictionnary for modind |
15 | # domaindic.xx.tmp : dictionnary for modind |
16 | use warnings; |
16 | use warnings; |
17 | use strict; |
17 | use strict; |
- | 18 | use lib '/var/lib/wims/public_html/bases/sys'; |
|
18 | use lib "."; |
19 | use lib "."; |
19 | use search ('hashdomain', 'listdomain', 'out', 'sortuniq', 'treate_dict', 'treate_language','treate_accent'); |
20 | use search ('hashdomain', 'listdomain', 'out', 'sortuniq', 'treate_dict', 'treate_language','treate_accent'); |
20 | my $dir='domain'; |
21 | my $dir='domain'; |
21 | my $outputkeywords='tmp'; |
22 | my $outputkeywords='tmp'; |
22 | my @site_lang= treate_language (); |
23 | my @site_lang= treate_language (); |