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


in reply to Re: docx to txt
in thread docx to txt

system, autodie
{ use autodie qw' system '; system $^X, "$pathtodocx/docx2txt.pl", "$infile.doc", "$outfile.txt" +; }