Hi - I'm very new to Perl and strugling to figure out how you can parse and extract html content from tags with specific attributes.
So far I have this:
my $parser = HTML::TokeParser->new(\$content) ||
die "Could not parse page";
while ($parser->get_tag("b")) {
print $parser->get_text()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.