On Mon, 4 Dec 2000, Simon Bryan wrote:

> When the submit buttonis pressed on the form the data is sent in the new 
> URL but instead of the perl script running it loads into the browser window as 
> text. It is called guestbook.plx (have tried cgi as an extension as well) and it 
> has 755 as it's permissions. What else do I have to do? Or how do I test the 
> perl script without the html page?
> 

Because it has a plx extension I will guess it was written under windows
for perl ISAPI. Check for #!/bin/perl at the start of the script (this may
seem obvious but is often forgotten when moving script from windoze to
*nix). 

-- 
+-- Nicholas Wilcox ---------------------------------------------------+
| It was Thanksgiving in New York, and about the only thing I was      |
| thankful  for was that I didn't live in New Jersey.                  |
+---------------- Kinky Friedman --------------------------------------+



-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to