in reply to Re: Setting timelocal back by days
in thread Setting timelocal back by days

typo
if ( $time < $time ){ print "$_\n"; }
Correct
if ( $mtime < $time ){ print "$_\n"; }
However it still unlinks files that were created after the Save.Days time. Any file newer then 5 days ago should not get unlinked but it does anyway. The $time is not getting set properly.