in reply to
Replacing text in many files, including binaries
One tip from me: You can use
perl -E 'foobar'
instead of:
perl -e 'use feature ":5.12"; foobar'
Comment on
Re: Replacing text in many files, including binaries
Select
or
Download
Code
In Section
Cool Uses for Perl