>"Web servers don't parse the output of CGI scripts for SSIs."
 >"My perl script contains server-side include statements. Will these work
 >
 >Is this true?  I would like the server-side include statements to be parsed
 >after the perl engine parses the script?

Yes, it's true, and nope, you can't do it. The only way of doing it would 
be to create a mini SSI parser within your Perl script. Generate the HTML 
via the perl script, reparse it looking for your perl ssi code, and *then* 
send it to the browser.


--
Morbus Iff ( softcore vulcan porn rulezzzzz )
http://www.disobey.com/ && http://www.gamegrene.com/
please me: http://www.amazon.com/exec/obidos/wishlist/25USVJDH68554
icq: 2927491 / aim: akaMorbus / yahoo: morbus_iff / jabber.org: morbus



_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to