http://www.perlmonks.org?node_id=538059


in reply to Re^3: meta tag extraction with TokeParser
in thread meta tag extraction with TokeParser

After posting, I actually tried that instead and that, too, still produces the same results.
  • Comment on Re^4: meta tag extraction with TokeParser

Replies are listed 'Best First'.
Re^5: meta tag extraction with TokeParser
by Anonymous Monk on Mar 20, 2006 at 21:54 UTC
    Furthermore, if I comment out $meta{$token->[2]{name}} = $token->[2]{content}; the code runs throught without errors so it's definitely on this line.