suppose u have file
File A
A -> G
C->D
A -> R
P->A
File B
A=1
C=2
D=3
E=4
F=5
G=6
H=7
I=8
K=9
L=10
M=11
N=12
P=13
Q=14
R=15
S=16
T=17
V=18
W=19
Y=20
From File A and File B
output shud be such that
In any...
User Profile
Collapse
Profile Sidebar
Collapse
cdfd1234
Last Activity: May 19 '09, 04:38 PM
Joined: Mar 5 '08
Location:
-
using perl to print output
-
parse throuh file to extract output
A File have
ABCDEFG
ABCEEFH
* * * : * * * .
so it have three rows . Those first two rows say
A and A match then it will be * (asterisk) in the third row.
and those D and E not match there will be colon (: ) or
G and H not match .(fullstop) in the third row
Our question is
In third row where there is colon (: ) and .(fullstop)
tell the number and wht is that name...
No activity results to display
Show More