Re: [ilugd]: Problem in PERL script.

2003-03-05 Thread Tarun Dua
On Thu, 2003-03-06 at 12:25, Aruna wrote: > I am developing a webinterface for updating few files installed on my LINUX machine, > for which I have created a file user.html and this file calls a file named > "newuser.pl", which just takes the data of the user.html form and appends it in a > fil

Re: [ilugd]: Problem in PERL script.

2003-03-05 Thread Ambar Roy
does the file user_test have write permissions for the user/group nobody? Because apache runs under the user/group nobody when executing perl scripts.. try to see apache's error log and u will get some info.. put some logging in your script to know where you are getting problems. Ambar - Orig

Re: [ilugd]: Problem in PERL script.

2003-03-05 Thread Raj Mathur
> "aruna" == arunamathur writes: aruna> Hi, I am developing a webinterface for updating few files aruna> installed on my LINUX machine, for which I have created a aruna> file user.html and this file calls a file named aruna> "newuser.pl", which just takes the data of the user