Sadmachine has asked for the wisdom of the Perl Monks concerning the following question:
I've stored a perl script in my cgi-bin directory, the permissions of which have been set to execute scripts. I have a html file in another directory which is not enabled to execute scripts. When I click a submit button on the html webpage the perl script should execute but instead it is opened for editing.
Is this because the directory the html file is in does not have execute permission? Or some other reason?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling perl scripts from html files
by RatArsed (Monk) on Aug 01, 2001 at 14:49 UTC | |
|
Re: Calling perl scripts from html files
by busunsl (Vicar) on Aug 01, 2001 at 14:55 UTC | |
|
Quick things to check.
by Agermain (Scribe) on Aug 01, 2001 at 17:50 UTC | |
|
Re: Calling perl scripts from html files
by thatguy (Parson) on Aug 01, 2001 at 18:13 UTC |