Error : Can’t do inplace edit without backup
I am writing a command line perl program to replacetextcontentina file .I know that the following instruction executes successfully on one of the unix machine. I am trying to execute it through cygwin. perl -pi -e ‘s/siva/prabu/g;’ TestScript.xml But I get following error. Can’t do inplace edit without backup. I tried to run: perl -pi… Read More »