http://qs321.pair.com?node_id=727480


in reply to Re: Corrector
in thread Corrector

#!/usr/bin/perl -p s/this/that/; # substitutes this with that s/one/two/; # substitutes one with two

It also doesn't work. Did you even try it?