Questions tagged [html-parser]

HTML Parser is a Java HTML parsing library. It features filters, visitors, custom tags and easy to use JavaBeans.

211 questions
-6
votes
1 answer

What does this HTML::Parser() code do in Perl?

I came across a Perl code using HTML Parser like below my $p = HTML::Parser->new(text_h => [ sub {$text .= shift}, 'dtext']); Please help me to understand this.
RosAng
  • 1,010
  • 2
  • 18
  • 42
1 2 3
14
15