NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Next stop, Pod::Simple::PDF? (Score:2)
Re:Next stop, Pod::Simple::PDF? (Score:2)
Your book (Score:2)
--Nat
HTML::TokeParser::Simple (Score:2)
Never having been a fan of HTML::TokeParser's arrayrefs, I wrote HTML::TokeParser::Simple [cpan.org]. It provides the accessor methods I wanted and makes the code much easier to read. Want to know if a token is a starting or ending form tag? With HTML::TokeParser, you do this:
if( ('S' eq $token->[0] or 'E' eq $token->[0]) and 'form' eq $toke