Hi to all,
i have this kind of data:
60 , 70 , 90 , 27,345 , 10
30 , 40 , 100 , 38,900 , 12
41 , 23 , 98 , 21,200 , 09
I've wanted to remove the comma in 4th position to be able to come up with below output using perl:
60 , 70 , 90 , 27345 , 10
30 , 40 , 100 , 38900 , 12
41 , 23 , 98 , 21200 , 09
Hope someone could enlighten me on this. TIA.
i have this kind of data:
60 , 70 , 90 , 27,345 , 10
30 , 40 , 100 , 38,900 , 12
41 , 23 , 98 , 21,200 , 09
I've wanted to remove the comma in 4th position to be able to come up with below output using perl:
60 , 70 , 90 , 27345 , 10
30 , 40 , 100 , 38900 , 12
41 , 23 , 98 , 21200 , 09
Hope someone could enlighten me on this. TIA.