in reply to
Searching directories for HTML title tags
In addition to the
HTML::Parser
module mentioned, there is also a module specialized for a task like this called
HTML::HeadParser
that might be better.
Comment on
Re: Searching directories for HTML title tags
In Section
Seekers of Perl Wisdom