Re: Use of -i inplace option



On 3 Oct 2006 11:25:50 -0700 in comp.lang.perl.misc, "Paul Lalli"
<mritty@xxxxxxxxx> wrote,
It has nothing to do with your command line and everything to do with
your code. The special magic of the $^I variable (or -i command line
switch) apply only to files read via the
while (<>) { }

Thanks.

.