in reply to Re: The System function and its usage
in thread The System function and its usage

You are my personal superheroes! In the log I found a permission denied statement... which belonged to the other program I wanted to call. This program wanted to write a log into a write-protected dir... Thank you so much!

Replies are listed 'Best First'.
Re^2: The System function and its usage
by perlfan (Parson) on Sep 28, 2007 at 15:41 UTC
    Also note that the shell environment (i.e., envars) under which you make your system call will be very different between interactive command line and CGI.