in reply to Perl to read word(.doc) file

#!/usr/bin/perl -w for my $file (@ARGV) { system( 'abiword', '--to=html', $file ) and warn "Cannot convert $file\n"; }

If you're planning to ask about Excel files tomorrow, save the rest of us some time and try Gnumeric.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.