I need some help with the perl script. I basically want to read each line a file (each line will have one word enclosed within double quotes) and replace that word.
For example:
here are the content of the file:
"word 1" some string contents
"word 2" some string contents
"word 3" some string contents.
how to replace word 1, word 2, and word 3 in each line..?
Any help will be greatly appreciated!
thanks,