http://www.perlmonks.org?node_id=1014112


in reply to Best way to do a Word for Mac conversion to a text file format in Perl?

Here's the poor man's way:
strings microsloft.doc | perl -e 'yourcode'