diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2016-01-26 23:27:24 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-29 07:16:42 +0700 |
commit | cc0207dd11425735172cfc53b5d5b8d0931b3f0f (patch) | |
tree | 78eec3dbeb194fc341f315a8f295181061c03da2 /perl/perl-HTML-Parser/README | |
parent | f60e7ebdd57d284c6e5ff6d71d860c4f82850f58 (diff) | |
download | slackbuilds-cc0207dd11425735172cfc53b5d5b8d0931b3f0f.tar.gz |
perl/perl-HTML-Parser: Added (modules for parsing HTML).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-HTML-Parser/README')
-rw-r--r-- | perl/perl-HTML-Parser/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-HTML-Parser/README b/perl/perl-HTML-Parser/README new file mode 100644 index 0000000000..0e4da789fc --- /dev/null +++ b/perl/perl-HTML-Parser/README @@ -0,0 +1,11 @@ +Perl modules for parsing HTML: + + HTML::Entities - Encode or decode strings with HTML entities + HTML::Filter - Filter HTML text through the parser + HTML::HeadParser - Parse <HEAD> section of a HTML document + HTML::LinkExtor - Extract links from an HTML document + HTML::Parser - HTML parser class + HTML::PullParser - Alternative HTML::Parser interface + HTML::TokeParser - Alternative HTML::Parser interface + +See https://metacpan.org/pod/HTML::Parser |