in reply to In place editing of text files

Hi,
perl -pi -e 's/(SOURCEREPOSITORYNAME)/$1=Development/g' y:\perl\test.c +tl
from perlrun: -i specifies that files processed by the <> construct are to be edited in-place
svenXY