Help for this page
perl -p -i.bak -e 's/\$Log/\$History/gi' *
$InputArray is a scalar not an Array.
#!/usr/bin/perl use File::Find; ... s/\$Log:/\$History:/gi; print; }