in reply to Passing a list as a subroutine's return value ( list of HTML::Element objects )
Remove the $tmp->delete. You're deleting things from within the DOM before trying to return it.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Passing a list as a subroutine's return value ( list of HTML::Element objects )
by ikegami (Patriarch) on Sep 27, 2023 at 13:53 UTC | |
Re^2: Passing a list as a subroutine's return value ( list of HTML::Element objects )
by choroba (Cardinal) on Sep 27, 2023 at 09:16 UTC | |
by tobyink (Canon) on Sep 27, 2023 at 15:37 UTC | |
Re^2: Passing a list as a subroutine's return value ( list of HTML::Element objects )
by mldvx4 (Friar) on Sep 27, 2023 at 10:21 UTC | |
by ikegami (Patriarch) on Sep 27, 2023 at 14:01 UTC |