Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
join '', map {$_->as_HTML()} $self->{html_tree}->look_down('id', 'my_i +d')->descendants();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: getting <canvas> tag using HTML::TreeBuilder
by choroba (Cardinal) on Apr 28, 2015 at 16:49 UTC | |
by Anonymous Monk on Apr 28, 2015 at 16:58 UTC |