Page is a not externally linkable
lexipixel - 4:25 am on Jun 5, 2011 (gmt 0)
Possibly related --- I don't think you can pass parameters to a perl script when called using SSI.
e.g-
This works:
<!--#exec cgi="/cgi-bin/program.cgi" -->
But this won't pass the '?q=1234' query
<!--#exec cgi="/cgi-bin/program.cgi?q=1234" -->