After run I do get 5 or 6 file every day ,I have a fixed file1 (where all list is given) also ,What I want that perl will read file one and get matched line from other file and write result in next column in result file ,if some line not in other file then also print that line but result will be wait in place of TRUE and FALSE
.It should be same order as given in file1 --
like -RESULT-----------------file1--file2----file 3---file4----------------------
app man TRUE FALSE TRUE TRUE
mo mi FALSE FALSE FALSE FALSE
ch chu wait TRUE TRUE TRUE
tik tok TRUE TRUE wait TRUE
file 1--
app man
mo mi
ch chu
tik tok
file 2 --Diffrent order and some of row missing
app man TRUE
tik tok TRUE
mo mi FALSE
file 3- diffrent order
app man FALSE
tik tok FALSE
mo mi TRUE
ch chu TRUE
file 4- diffrent order
app man TRUE
tik tok FALSE
mo mi TRUE
Thanks in advance
Chipmate