in reply to Re: Large scale search and replace with perl -i
in thread Large scale search and replace with perl -i

process creation is a fairly expensive operation, but so is calling a function in Perl
Of course, these two are worlds apart in expense. (I'm not disagreeing with the rest of the sentiment here, though.)

Makeshifts last the longest.

  • Comment on Re^2: Large scale search and replace with perl -i