PDA

View Full Version : Help needed......bad.



Hooper
Mon 19th Nov '01, 4:54pm
Simply put,

I have a cgi FAQ script that uses header and footer templates. I have a Poll include in the left navbar in the header template html. The script is not parsing the include.

Does anyone know how to parse an include from a cgi script?

Thank You,

c-prompt
Mon 19th Nov '01, 7:07pm
<?php virtual("cgi-bin/poll.cgi"); ?>


Of course insert your cgi file info in place of cgi-bin/poll.cgi

Hooper
Mon 19th Nov '01, 7:11pm
Hello,

No the cgi script is Perl. The header and footer are shtml. No PHP. Any ideas? I don't have a problem getting the poll.cgi to work from within a shtml file. It's getting the Perl .cgi script to run include another cgi from within it. The extension of the poll script is .PL.

I'm begging to wonder if Perl has a way to do inclusions ().
Maybe not.

Thanks