in reply to Re: using binmode and slurp with Winword *.doc
in thread using binmode and slurp with Winword *.doc

Just a small note: docx, like all those other legacy+X-extensions from the newer MS Office versions, is a ZIP file containing XML and some helper files. Perl can unzip, perl can do really weired things with XML, so docx and friends are easier to handle than the classic binary garbage formats.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)
  • Comment on Re^2: using binmode and slurp with Winword *.doc