in reply to HTML Crawler

I know its not Perl, but this is one time I think the shell is a little cleaner.
find /usr/local/apache/htdocs/ -name '*.html'
--eric

Replies are listed 'Best First'.
RE: Re: HTML Crawler
by damian (Beadle) on Aug 11, 2000 at 09:33 UTC
    find unlike grep you can search for patterns that you want from different files.