{ local $^I = ''; #no backup of original! local @ARGV = qw(c:\\tuls\\tuls.txt); while ( ) { s/find/replace/g; print; } }