Hi,

There's not much information you are providing to us.

What version of mp are you using?
What's the error message you see, if there is any?
What are you trying to achieve?

And some debugging into your code like this:
--------------8<--------------
opendir( DIR, "/path" )
  or print STDERR "$! Director could not be opened";
...
closedir(DIR);
--------------8<--------------

If you are running MP2 you should have read that mp2 does not chdir to
your document-root?

Tom

LUKE wrote:
> 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??
> 
> 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to