Help for this page
use HTML::Tree; ... my $html_object = $tree->look_down("_tag", "x", # find an x element + "y", qr/z/); # that has a y attribut +e matching z
my $text = $html_object->as_text;
my $html = $html_object->as_HTML;