(reply redirected to [EMAIL PROTECTED]) > -----Original Message----- > From: Adam Wilson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 10, 2002 11:30 AM > To: [EMAIL PROTECTED] > Subject: including perl in html > > > Hi, > > can anyone help me, i want to include the ouput of a perl > file within an > html file, without using a seperate frame. I am familiar with > php, is there > a way to include like there is in php? Or do i have to output > the HTML from > the perl script?
You can use Apache's mod_ssi for a rudimentary capability: <http://httpd.apache.org/docs/howto/ssi.html> For more powerful solutions comparable to PHP, see HTML::Mason <http://www.masonhq.com> Embperl <http://www.ecos.de/embperl/> Apache::ASP <http://www.apache-asp.org/> Of these, I have personally used only HTML::Mason. Very slick. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]