Index of /ports_www/p5-HTML-TokeParser-Simple

Icon  Name                    Last modified      Size  
[DIR] Parent Directory - [   ] Makefile 28-May-2011 14:15 1.1K [   ] distinfo 28-May-2011 14:15 161 [TXT] pkg-descr 19-Jan-2010 08:35 407 [   ] pkg-plist 22-Jan-2006 05:57 921
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens.  Rather than
try to remember a bunch of array indices or try to write a bunch of
constants for them, you can now do something like:

 $token->is_start_tag( 'form' )

Instead of 

 $token->[0] eq 'S' and $token->[1] eq 'form'

WWW: http://search.cpan.org/dist/HTML-TokeParser-Simple/