http://qs321.pair.com?node_id=89688


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>