http://qs1969.pair.com?node_id=185609


in reply to How do you pass info to perl through an SSI call on a web page?

In this case, there could be a few things that would cause that error:

Once you get the script to run, you can pass parameters to it by using the #include virtual style of SSI, like so:

<!--#include virtual="/cgi-bin/somescript.cgi?param1=test&param2=3" -- +>

blokhead is correct, the server needs to recognize the html file as server-parsed, for which the normal convention is a .shtml extension. Sounds like you're already there though, because the "an error occurred while processing this directive" message embedded in your html page means the server tried to run your script, but couldn't, as stated above.

Hope this helps.

Cheers!

  • Comment on Re: How do you pass info to perl through an SSI call on a web page?
  • Download Code