in reply to Grabbing meta tag info

Although some have recommended HTML::Parser, a slightly more efficient module for this particular use is HTML::HeadParser, which stops as soon as the head is done.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.