Not too tough. About that tough.use File::Find; find sub { push @ARGV, $File::Find::name if /\.INF$/; }, "."; $^I = ".BAK"; while (<>) { s/Name/Fullname/g; print; }
-- Randal L. Schwartz, Perl hacker
In reply to Re: Replacing one string with another string
by merlyn
in thread Replacing one string with another string
by SuedeBlur
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |