in reply to Critique/Test my first module MetaParser

Although you might be coding this for fun and edification, you might want to use HTML::Parser which comes with HTML::HeadParser.

You'll drive yourself nuts trying to use regexen for this. They are the wrong tool for this because there are too many patterns to consider.

--
brian d foy <bdfoy@cpan.org>
  • Comment on Re: Critique/Test my first module MetaParser

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.