in reply to Re^2: HTML::TableExtract problem handling merged cells across rows
in thread HTML::TableExtract problem handling merged cells across rows

Not sure if its my code, but it feels like a bug within HTML::TableExtract.

I'm not sure about that,

The html you show has rowspan=3D2 which is not valid value for https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-rowspan

Also you forgot to give the wanted/correct output your program is supposed to produce

  • Comment on Re^3: HTML::TableExtract problem handling merged cells across rows