I have about 30 word documents that I need to parse, and would like to transform them to text. I know the best solution is to use
but for now I am looking for other directions.
What I really need is a super simple Perl module that gets text from word documents and dumps it in a string. I tried using
UPDATE: Installed the latest version of Text::Extract::Word (it appears that I was working with the legacy code for some reason). It now works! Thanks for all your help