libhtml-tokeparser-simple-perl
Perl module used to tokenize HTML documents
Description
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses easy-to-remember method calls to work with tokens. For instance, rather than writing code like this: $token->[0] eq 'S' and $token->[1] eq 'form' .
you can instead write something simpler like this:
$token->is_start_tag( 'form' )
Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://metacpan.org/release/HTML-TokeParser-Simple
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install libhtml-tokeparser-simple-perl