my $cmd = "acdb merge -o merge.acdb -path -f ./@acdb_file_list -verbose"; system ($cmd) == 0 or die "Couldn't launch [$cmd]: $! / $?";