matching sets and ids
- From: ardhimanshu@xxxxxxxxx (Himanshu Ardawatia)
- Date: Sun, 26 Nov 2006 03:49:13 -0700
Hi,
I have two files :
File A contains the following :
((((9,(6,8)),((4,((3,2),1)),5)),(12,11)),(13,(7,10)));
File B contains the follwoing:
1 A
2 B
3 C
4 D
5 E
6 F
7 G
8 H
9 I
10 J
11 K
12 L
13 M
Based on the file B, I want to modify the file A such that all numerics in
file A get changed to the alphabets in column 2 of file B (by mapping column
1 of file B to file A) such that file A is effectvly modified to :
((((I,(F,H)),((D,((C,B),A),E)),(L,K)),(M,(G,J)));
Is there a way of doing it in perl ?
Thanks
- Follow-Ups:
- Re: matching sets and ids
- From: Ueta Masayuki
- Re: matching sets and ids
- From: D. Bolliger
- Re: matching sets and ids
- Prev by Date: Minimal DNS answer using Net::DNS
- Next by Date: Re: Good Books on Perl, Beginner / Advance
- Previous by thread: Minimal DNS answer using Net::DNS
- Next by thread: Re: matching sets and ids
- Index(es):