in reply to
Searching directories for HTML title tags
Some pointers; perhaps this will get you started:
<bl>
To search a hierarchy of files:
File::Find
.
To parse your HTML for title tags:
HTML::Parser
or
HTML::TreeBuilder
.</bl>
Comment on
Re: Searching directories for HTML title tags
In Section
Seekers of Perl Wisdom