Help for this page
#!/usr/bin/perl -w use strict; use LWP::Simple qw(get); ... my ($self,$text) = @_; print $text; }
#!/usr/bin/perl -w use strict; use LWP::Simple qw(get); ... text_h => [ sub { print shift }, 'dtext' ] ); $parser->parse($html);