|
|
| There's more than one way to do things | |
| PerlMonks |
SSI-ing to a script WITH A VARIABLE?by einerwitzen (Sexton) |
| on Apr 12, 2002 at 18:43 UTC ( [id://158694]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.einerwitzen has asked for the wisdom of the Perl Monks concerning the following question:
A simple question probably, but I can't find an answer anywhere :) I have an html page and I am trying to pull in a script using an SSI <!--#exec cmd="./test.cgi" --> Now what i want to do is be able to send a variable with that, now it doesn't work bt just to show you what i'm aiming for i thought something like this: <!--#exec cmd="test.cgi?var=hi" --> But that isn't working obviously, which is why I'm asking. How can i do this? thanks in advance for any input!
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||