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
##### CGI::Application community mailing list ################
## ##
## To unsubscribe, or change your message delivery options, ##
## visit: http://www.erlbaum.net/mailman/listinfo/cgiapp ##
## ##
## Web archive: http://www.erlbaum.net/pipermail/cgiapp/ ##
## Wiki: http://cgiapp.erlbaum.net/ ##
## ##
################################################################