there is no such thing as apache 2.55

>>> "LUKE" <[EMAIL PROTECTED]> 12-Jan-06 12:17  >>>
linux  apache 2.55  mod_perl v2.02

The file will list,but it is not sort by file's mtime in mod_perl!


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


> 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