On Wed, 2006-01-18 at 13:29 -0500, Brian Dimeler wrote: > I've tried numerous commands with a test perl script and they all get the > same error: "No such file > or directory." Thing is, these are simple commands, like `date`, `pwd` and > `ls`, sans arguments, so > what on earth could that error mean?
Is that an error from the shell? If so, it probably means those commands are not in the path of the user who the web server runs as. - Perrin