On 11 Jul 2000, Alexei V. Barantsev wrote:

> >From command line all is ok
> 
> <HTML LANG="en-US"><HEAD><TITLE>Untitled Document</TITLE>
> </HEAD><BODY><P>File::Copy::copydir  ok</P>
> <P>File::Recurse::recurse  ok</P></BODY></HTML>
> 
> In mod_perl I have the the different result
> 
> <HTML LANG="en-US"><HEAD><TITLE>Untitled Document</TITLE>
> </HEAD><BODY><P>File::Copy::copydir  ok</P>
> <P>File::Recurse::recurse  failed</P></BODY></HTML>
> 
> Why mod_perl does not like File::Recurse module???

Probably permissions.  Under mod_perl you are running as "nobody".
- Perrin

Reply via email to