in reply to Re: Comparison Of Files
in thread Comparison Of Files
That way if for some reason the update doesn't run one day, you'll still be comparing the files in proper order.if( -M 'newsite1.txt' > -M 'newsite2.txt' ) { compare_sites('newsite1.txt', 'newsite2.txt') } else { compare_sites('newsite2.txt', 'newsite1.txt') }
--
I'd like to be able to assign to an luser
|
|---|