Doug MacEachern wrote:
> [...]  in any case, you should avoid any code that's forking a
> process, since it's throwing performance out the window.

Date::Manip is only doing a few forks on initialization, which should
be ok in most cases.

> On Thu, 6 Jan 2000, Pierre-Yves BONNETAIN wrote:
> 
> > [Wed Jan  5 17:46:49 2000] null: Can't exec "pwd": Permission denied at
> > /usr/lib/perl5/5.00503/Cwd.pm line 82.

This is most likely due to a corruption of the PATH environment
variable. In my case, Daniel Jacobowitz fixed this problem on Debian,
I think by upgrading to the latest mod_perl snapshot.

-Hein

Reply via email to