in reply to I don't want to die

my $stat = stat("$SPOOL/$file") or next; push @files, [ $stat->ctime, $file ];

Note that ctime is the inode change time, not creation time.