in reply to Re: simple substitution
in thread simple substitution
local $^I = '.bak'; while (<>) { s/this/that/g; print; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: simple substitution
by tachyon (Chancellor) on Jan 04, 2004 at 11:40 UTC | |
by jweed (Chaplain) on Jan 04, 2004 at 17:24 UTC |