in reply to Problems with backticks (maybe with Apache configuration)
I think you are confused about how your script should be called. The client-side script tag is inconsistent:
-script => { -language => 'Javascript', -src => 'my_script.pl' }
while the printing of headers in my_script.pl indicates that you mean it as server-side code.
A link to my_script.pl's URI should be enough.
The "Permission denied" message is likely from bad file mode settings or cgi setup.
After Compline,
Zaxo
Update: See larsen's reply. I misunderstood and my theory is all wrong. It could have been right so I'll let the post stand by itself without any help from facts ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Problems with backticks (maybe with Apache configuration)
by larsen (Parson) on Jun 22, 2001 at 16:21 UTC |