in reply to Re^4: Extracting span and meta content with HTML::TreeBuilder
in thread Extracting span and meta content with HTML::TreeBuilder

poj has shown you how to get the meta properties - to get the date just add a test:
next unless $_->attr('itemprop') eq 'datePublished';