in reply to Comparison Of Files
use File::Copy; move '/path/newsite2.txt', '/path/newsite3.txt'; #just in case move '/path/newsite1.txt', '/path/newsite2.txt'; #Back up #create newsite1.txt
Really, maintaining just one script is worth the extra line or two...
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|