Re: embedding a CGI script in a HTML page?

[email protected] ("Sean Davis") Fri, 12 Dec 2008 12:47:44 -0500
Newsgroups perl.beginners.cgi
Message-ID <[email protected]>
On Thu, Dec 11, 2008 at 5:42 PM, Adam Jimerson <[email protected]> wrote:
> Is it possible to embed a CGI scrip into a HTML page?  I don't know if CGI scripts work in a way that allow for this, I know that in PHP this is possible, because I want to make my CGI scripts and website have a unified look but I can't get my CSS to work in any of my scripts.
> --

You cannot put perl in a webpage the way that you do with PHP.
However, there are a number of template engines written for and in
perl that give you similar features.  Take a look at Template Toolkit,
as an example.

Sean