The following lines of code are from my first perl script, which is to connect to a remote server and delete files of a certain type in a certain folder that are older than a certain time.
I cannot get the modified time to be returned. Is it likely to be something as simple as the remote (linux)server not able to cope with mdtm? No errors are reported when I run it, just no modified time.