|
Posted by El Duce on October 23, 2004, 7:31 pm
Please log in for more thread options
I am using HTML::TreeBuilder to futz with some HTML, and I need to
modify the text of some of the HTML::Elements. But I use can't find an
easy way to do this. It's trivial with HTML::Parser, but since I already
created the tree, it seems more efficient to walk the tree and change
text as needed. A small code sample would help.
TIA,
El Duce
|