in reply to calling mod_perl script from SSI page
Have a look at the Apache::SSI module. This is a complete perl re-implementation of the mod_include Apache module, and is most likely what you mean by "Options 3".
If you subclass it, Apache::SSI will allow you to call your own perl functions directly from the HTML file using ssi tags. You can pass it any number of parameters as well (it even lets you pass a hash to your functions if you like).
|
|---|