in reply to HTML::Element method as_text() not performing as expected on <td> elements
I'm mystified. Any suggestions?
I suggest a healthy dose of consulting the manual :)
dump is a debugging method, it prints output
as_text returns a string
http://search.cpan.org/~jfearn/HTML-Tree-4.2/lib/HTML/Element.pm#$h-%3Edump%28%29
http://search.cpan.org/~jfearn/HTML-Tree-4.2/lib/HTML/Element.pm#$h-%3Eas_text%28%29
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML::Element method as_text() not performing as expected on <td> elements
by Anonymous Monk on Aug 31, 2011 at 05:40 UTC | |
by Anonymous Monk on Aug 31, 2011 at 06:29 UTC |