Help for this page
my %files = ('foo.txt' => [0,time()], 'bar.csv' => [0,time()]); while(%files) { ... sleep 1; } }
if(time() - (stat $file)[9] > 60)