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
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
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
> -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
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
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