I have perl installed on windows server 2000. I am having prolems doing a simple command line search and replace. I run this from the directory that 1.html is located. It runs and creates a .bak file but does nothing.
perl -pi.bak -e 's/"test"/"test1"/g;' 1.html