This is pretty wierd but here goes:
I need to get a Perl script to run as an include in a PHP script.
We bought a dynamic calendaring system for our site a while back called Calendarscript. (www.calendarscript.com). It works quite well. But now we're looking to move to a content management system called Mambo (www.mamboserver.com) written in PHP.
Currently Mambo's calendar system doesn't measure up so we'd like to keep using CalendarScript. But CS works by using server side includes. Here's the code to get the output:
<!--#include virtual= "/cgi-bin/calendar.pl?calendar=workshops&template=ssi.html&duration=1w"-->
I'm pretty sure that SSI aren't compatible with PHP pages so the Perl include just gets rendered as a hidden input.
Any way to get the Perl to be properly parsed?