Hi, it would be nice if the module can parse meta-tags with the attribute 'property' like:
<meta property="og:type" content="university"> that come from open graph, Facebook in the module HTML::HeadParser I know this is not standard, but they exist in many html documents…. A possible solution could be in 'sub start': if ($attr->{name}) { $key = "X-Meta-\u$attr->{name}"; } elsif ($attr->{property}) { $key = "X-Meta-\u$attr->{property}"; } elsif ($attr->{charset}) { Thanks for your work, kind reagards Stefan -- ------------------------------------------------------------ Stefan Berger + Monica Moran Wiesenweg 11 4144 Arlesheim ------------------------------------------------------------