[ ソース: libhtml-tokeparser-simple-perl ]
パッケージ: libhtml-tokeparser-simple-perl (3.16-3)
libhtml-tokeparser-simple-perl に関するリンク
Debian の資源:
libhtml-tokeparser-simple-perl ソースパッケージをダウンロード:
- [libhtml-tokeparser-simple-perl_3.16-3.dsc]
- [libhtml-tokeparser-simple-perl_3.16.orig.tar.gz]
- [libhtml-tokeparser-simple-perl_3.16-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
HTML 文書のトークン化に使う Perl モジュール
HTML::TokeParser::Simple は HTML::TokeParser のサブクラスで、トークン に関する作業を行なうための覚えやすいメソッド呼出しを使います。たとえば、 以下のようなコードを書く場合よりも:
$token->[0] eq 'S' and $token->[1] eq 'form'
代わりによりシンプルな次のようなコードを書くことができます:
$token->is_start_tag( 'form' )
その他の libhtml-tokeparser-simple-perl 関連パッケージ
|
|
|
|
-
- dep: libhtml-parser-perl
- HTML テキスト文書を解析するモジュール集
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語