Re: file execution from a perl file

2002-09-20 Thread zentara
On Thu, 19 Sep 2002 15:01:08 +0200, [EMAIL PROTECTED] (Willem Pretorius) wrote: >ok, now i have gotten the file to be executed from shell if i type : perl >myfile.pl , and it work perfectly, but now, if i try and execute the same >file from the web, i get the 'internal server error'.. what can be

Re: file execution from a perl file

2002-09-19 Thread david
Willem Pretorius wrote: > ok, now i have gotten the file to be executed from shell if i type : perl > myfile.pl , and it work perfectly, but now, if i try and execute the same > file from the web, i get the 'internal server error'.. what can be causing > this, why, and how do i fix it? > you ne

Re: file execution from a perl file

2002-09-19 Thread Willem Pretorius
ok, now i have gotten the file to be executed from shell if i type : perl myfile.pl , and it work perfectly, but now, if i try and execute the same file from the web, i get the 'internal server error'.. what can be causing this, why, and how do i fix it? -- Willem Pretorius Northweb TEL: 014 743

RE: file execution from a perl file

2002-09-18 Thread Bob Showalter
> -Original Message- > From: Willem Pretorius [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 18, 2002 10:36 AM > To: [EMAIL PROTECTED] > Subject: RE: file execution from a perl file > > > Hi, i am using a fax server from a perl webpage, but i cant send

RE: file execution from a perl file

2002-09-18 Thread Sudarshan Raghavan
On Wed, 18 Sep 2002, Willem Pretorius wrote: > Hi, i am using a fax server from a perl webpage, but i cant send faxes > because the file permitions is not correct, thus i want to run a chmod > command eg. " chmod 777 /usr/local/www/fax/* " in order to enable the faxing > to work, but my question

RE: file execution from a perl file

2002-09-18 Thread Willem Pretorius
Hi, i am using a fax server from a perl webpage, but i cant send faxes because the file permitions is not correct, thus i want to run a chmod command eg. " chmod 777 /usr/local/www/fax/* " in order to enable the faxing to work, but my question is: How do you execute the command from a .pl file?? t