Hi~~
If i have two files (aaa.txt & bbb.txt):
aaa.txt:
first_data = 22.55e-3
second_data = 99552
.........
bbb.txt:
......(first_data)......(second_data).......
i want to use perl to find first_data & second_data in aaa.txt
then replace in bbb.txt
How should i do ?
thanks~~!!
i am a analog designer
this is the first time use perl
If i have two files (aaa.txt & bbb.txt):
aaa.txt:
first_data = 22.55e-3
second_data = 99552
.........
bbb.txt:
......(first_data)......(second_data).......
i want to use perl to find first_data & second_data in aaa.txt
then replace in bbb.txt
How should i do ?
thanks~~!!
i am a analog designer
this is the first time use perl