Perl last modified time of a directory

Posted by bob on Stack Overflow See other posts from Stack Overflow or by bob
Published on 2010-04-16T22:56:28Z Indexed on 2010/04/16 23:03 UTC
Read the original article Hit count: 304

Filed under:
|
|
|

In Perl (on Windows) how do I determine the last modified time of a directory?

Note:

opendir my($dirHandle), "$path"; my $modtime = (stat($dirHandle))[9];

results in the following error: The dirfd function is unimplemented at scriptName.pl line lineNumber.

© Stack Overflow or respective owner

Related posts about perl

Related posts about directory