The result is not sort by file's mtime!
But if i run the code in cgi or shell. It is sort by file's mtime.

----- Original Message ----- 
From: "LUKE" <[EMAIL PROTECTED]>
To: <modperl@perl.apache.org>
Sent: Friday, January 13, 2006 12:58 AM
Subject: -M in modperl


> opendir( DIR, "/path" );
> my @dots = grep(/recovery/,sort { -M $a <=> -M $b } readdir(DIR));
> closedir(DIR);
> 
> Can not work in mod_perl?? How to solve it??
> 

Reply via email to