for my $file (@ARGV) { system('abiword','--to=html',$file) and warn "Cannot convert $file"; }