in reply to Re^2: HTM::TreeBuilder, HTML::Element's look_down() method
in thread HTM::TreeBuilder, HTML::Element's look_down() method
If you had done the same as the first example, it should have worked as well, however I would still recommend checking that it was successful.
my $tree = HTML::TreeBuilder->new_from_content($html) or die $!;
|
|---|