Revision c7867be7
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
locale/de/locales.pl | ||
---|---|---|
}
|
||
|
||
opendir DIR, "$bindir" or die "$!";
|
||
@progfiles = grep { /\.pl/; !/(_|^\.)/ } readdir DIR;
|
||
@progfiles = grep { /\.pl$/ && !/(_|^\.)/ } readdir DIR;
|
||
seekdir DIR, 0;
|
||
@customfiles = grep /_/, readdir DIR;
|
||
closedir DIR;
|
Auch abrufbar als: Unified diff
Bugfix 347 - locales.pl wertetet falsche Dateien ( *.pl~) aus