[cgiapp] Re: [OT] HTML::Parser::PurePerl

Lyle webmaster at cosmicperl.com
Tue Feb 24 11:12:44 EST 2009


Ron Savage wrote:
> Hi Folks
>
> Uploaded HTML::Parser::Simple to CPAN.
>
> See the FAQ for why the name HTML::Parser::PurePerl was not used.
>   


Good stuff :)

Although after looking through the pod I can't see immediately how to 
make changes to the html? Maybe a short example with a change, such as:-

my($p) = HTML::Parser::Simple -> new();
$p -> parse('<html><input name=test></html>');
### Parse value into input tag test
print $p -> result();

Also you say:-
    "Does this module handle all HTML pages?
        No, never."

Have you no intentions of making this read XHTML?


Lyle



More information about the cgiapp mailing list