Re: First program not working

2003-03-25 Thread R. Joseph Newton
"Scott R. Godin" wrote: > If you'd read through her entire message you would have seen: > > >>Apache Server - Red Hat 8 Hi Scott, I did read through the message and was fully aware that she was attempting to run this script on an Apache web-server, running on 'nix. This does not mean that the

Re: First program not working

2003-03-25 Thread Rob Dixon
Kevin Pfeiffer wrote: > > If not a permissions problem then perhaps this: > > "By having the EOF here-document at the end of the file I created a > problem for people who edited the file using a text editor that left > the trailing newline off on the last line of the file. A > here-document termina

Re: First program not working

2003-03-25 Thread Scott R. Godin
Barb Konings wrote: > I have checked my books, checked permissions, and am > still having trouble. > > Here is my code in a file named hello.pl. I have a > link to this file off my web page to test it. > (Maybe this part is now right?...) > - - - - - - - - - - - - - - - - - - - - - - > #!/usr/bin

Re: First program not working

2003-03-25 Thread Scott R. Godin
R. Joseph Newton wrote: > Barb Konings wrote: > >> I have checked my books, checked permissions, and am >> still having trouble. >> >> Here is my code in a file named hello.pl. I have a >> link to this file off my web page to test it. >> (Maybe this part is now right?...) >> - - - - - - - - - - -

Re: First program not working

2003-03-25 Thread Kevin Pfeiffer
Barb Konings writes: > I have checked my books, checked permissions, and am > still having trouble. [...] > END_OF_FILE > > - - - - - - - - - - - - - - - - - - - - - - - - If not a permissions problem then perhaps this: "By having the EOF here-document at the end of the file I created a problem

Re: First program not working

2003-03-24 Thread Francesco del Vecchio
I'm not an expert in Perl, and I matched the same kind of problems few days ago. Here you have some suggestion: 1 - Try to run it as simple perl program in the shell (# perl hello.pl) and check for errors or strange output. 2 - Go in the log directory of Apache (etc/httpd/logs) and check the er

Re: First program not working

2003-03-24 Thread R. Joseph Newton
Barb Konings wrote: > I have checked my books, checked permissions, and am > still having trouble. > > Here is my code in a file named hello.pl. I have a > link to this file off my web page to test it. > (Maybe this part is now right?...) > - - - - - - - - - - - - - - - - - - - - - - > #!/usr/bin/

First program not working

2003-03-24 Thread Barb Konings
I have checked my books, checked permissions, and am still having trouble. Here is my code in a file named hello.pl. I have a link to this file off my web page to test it. (Maybe this part is now right?...) - - - - - - - - - - - - - - - - - - - - - - #!/usr/bin/perl # hello.pl print "Conten