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
|
|---|