Hi,
I am using HTML::ElementTable to parse thousands of HTML tables. This works fine if the page fits to my expected structure. I am currently using eval to workaround if the page does not fit to the expected structure, but I would like to make that part better.
What is the best way to determine if a table or a cell inside the table exists? Or would you recommend me using a different parsing module?
Let me know if you need code examples!
Thanks in advance!