I need a help in perl as very new to perl
I have balance 1,00.00 and want to change it to 1000.00
I want to remove "," from my balance
I am doing parsing my orignal record has a "," in my balance and want to remove that come
I can't understand what can i do to remove that in perl, may be there is replace fuction or something , somebody plese help me with this issue
Thanks
I have balance 1,00.00 and want to change it to 1000.00
I want to remove "," from my balance
I am doing parsing my orignal record has a "," in my balance and want to remove that come
I can't understand what can i do to remove that in perl, may be there is replace fuction or something , somebody plese help me with this issue
Thanks
Comment