in reply to running process from CGI

Change the current directory to where you have write permission, then call the external program.

Anno

Replies are listed 'Best First'.
Re^2: running process from CGI
by kota_rocks (Initiate) on Apr 12, 2007 at 11:45 UTC
    Thanks for the reply Anno.. I tried chdir() and $ENV{PWD} and both dont seem to work the way i want them to. :)