Thanks, I am looking at Win32::OLE. I am not sure how to do this though. I can do a $word->ActiveDocument->{Tables} to get all tables, and similarly for paragraphs, but what I really need to do is read sequentially,
get the title from the paragraph header, then get the table belonging to that paragraph.
Any ideas how to do that?