|
|
[Perlfect-search] indexing files w/ no extensions
Daniel Naber daniel.naber@t-online.de
Fri, 3 Nov 2000 12:15:58 +0100
On Friday 03 November 2000 11:01, you wrote:
> How can I index files with no extensions? All files that I want to
Seems like you have to modify the source (indexer.pl), i.e. commenting
out this line (put a # in front of it):
my @files = grep {-f and /^.+\.(.+)$/ and grep {/^\Q$1\E$/} @EXT}@contents;
Then the @EXT will be completely ignored.
Regards
Daniel
--
Daniel Naber, Paul-Gerhardt-Str. 2, 33332 G�tersloh
Tel. 05241-59371, Mobil 0170-4819674
|
|