Hi all
I have a shell script that uses perl to do a find/replace on a file, like this
My problem is that I only want this to occur at the nth occurence of the file, like this:
Is there a perl setting that I can use so that only "replace pattern (line 3)" is used, and the "replace pattern" on line 4 is ignored?