my @bullets = $tree->look_down('_tag', 'li'); map { print $_->as_text; } @bullets;