How can I sort an array of files by the last modified (or ideally, created) date.
So, I need to modify
<iw_perl><![CDATA[
$dir= "y:/default/main/boc/....whatever";
opendir(DIR, $dir);
@f = readdir(DIR);
closedir(DIR);
]]></iw_perl>
Now I have an array of files
@f. How do I sort that by either date created or last modified?
Thanks in advance
Matt
Matthew Petitjean
BOC Group
Murray Hill, NJ 07974 USA