gwhite has asked for the wisdom of the Perl Monks concerning the following question:

I have a CGI application that I use Text::Template to generate the output and to "skin" the application with HTML (in this case). One particular client runs on a Sun Server with the Sun Java Web Server. They have a java scriptlet that needs to run, is there something similar to Apache::SSI/CGI::SSI or some other step that I can take to get the scriptlet to run?

g_White