in reply to File Aging in UNIX system

ls, find, and friends are not relying on some kind of magic to get their data. They call the system stat call. That's exactly what Perl does for its stat builtin, as well.

If the results you get using Perl are odd, for some value of "odd", then so will the results of any other tool be.

The reason is with your systems, not Perl.

Makeshifts last the longest.