in reply to Re: Unnesting deeply nested HTML elements (Deep recursion on subroutine "HTML::Element::delete")
in thread Unnesting deeply nested HTML elements (Deep recursion on subroutine "HTML::Element::delete")
Thanks. I had seen that and with your encouragement figured out how to read the added output from adding -d:Confess to the shebang.
#!/usr/bin/perl -d:Confess
In that way I can at least see which line in my script the problem comes from. That in turn helps figure out which data is at fault.
|
|---|