Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Snipe2020

    get_tag help - finding specific attributes?

    Brilliant thanks :0)
  2. Snipe2020

    get_tag help - finding specific attributes?

    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()...

Part and Inventory Search

Back
Top