Hi Perl guru's
My name is Omer and i am almost new on perl i need help for below mentioned issue.
Well,
I have two files
file A & file B
file A have two columns and it looks like
ColumnA ColumnB
A 01
B 02
C 03
and File B has one column and it looks like
ColumnA
01
02
03
04
05
06
...
...
...
Now i what to do is
Match the column of file B with the columnB of file A if both values matches then display the value of column A in file A.
guys i need your help infact a temaplate code because i am not a perl guru.
I hope that you guys will help me out to fix this issue.
Thanks in advance.
Omer