[ 源代码: libhtml-tokeparser-simple-perl ]
软件包:libhtml-tokeparser-simple-perl(3.16-4)
libhtml-tokeparser-simple-perl 的相关链接
Debian 的资源:
下载源码包 libhtml-tokeparser-simple-perl:
- [libhtml-tokeparser-simple-perl_3.16-4.dsc]
- [libhtml-tokeparser-simple-perl_3.16.orig.tar.gz]
- [libhtml-tokeparser-simple-perl_3.16-4.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module used to tokenize HTML documents
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' )
其他与 libhtml-tokeparser-simple-perl 有关的软件包
|
|
|
|
-
- dep: libhtml-parser-perl
- collection of modules that parse HTML text documents
-
- dep: libwww-perl
- simple and consistent interface to the world-wide web
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)