First off. Thanks everyone. Your help has been invaluable and I've finally
gotten the CGI to execute. It was a cross between server configuration and
docroot and permissions.

There is one thing left, and I've tried Omi's suggestion, but I'm not sure
how to capture the name/value pair or parameter in my Perl program.

How do I capture:
<!--#set var="file" value="home" -->

-or-

<!--#exec cmd="snogtofile.pl home"-->

I've tried capturing it in @ARGV but it returns 1 or 0 which I assume is
giving me a boolean and not the string. I've searched perldoc -q ssi and
others, but I'm not finding any clues.

Thanks for your help.
Steven


-----Original Message-----
From: Omi [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 13, 2001 7:18 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: SSI errors?


Hi Steven;

Have you tried this?
<!--#set var="file" value="home" -->
<!--#include virtual="/snogtofile.pl"-->

Note that some servers ban to run <!--#exec ... directive.
 (And I have little knowledge about error logs, sorry;)

Hope this helps.
Omi Kikuchi
[EMAIL PROTECTED]

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to