#!/usr/bin/perl use strict; use warnings; use HTML::TreeBuilder; my $html = do{local $/;}; my $r = HTML::TreeBuilder->new_from_content($html); printf qq{*%s*\n}, $_->as_text for $r->look_down(_tag => q{b}); __DATA__ Suggested Categories or Articles personal injury (0.56)
accident lawyers (0.4)
attorneys (0.35)
law firms (0.32)
litigation (0.32)