Re: cgi in the middle of HTML page

2002-02-05 Thread Jan Gruber
Hi, Al ! I would prefer not to generate the entire page in code if possible. yes I know I could do it all using CGI.pm but if I do then the client/designer will have to get into the code to change the layout of the page that's not a really good thing. Visit your local CPAN mirror for

Re: cgi in the middle of HTML page

2002-02-05 Thread Greg Jetter
On Tuesday 05 February 2002 07:09 am, Al Hospers wrote: I want to have a web page where a CGI generated table appears in the midst of a bunch of standard HTML. I already have the table data being pulled from a database generating a layout that looks good. however, I would prefer not to

RE: cgi in the middle of HTML page

2002-02-05 Thread Marty Landman
At 12:55 PM 2/5/02 -0500, Hanson, Robert wrote: As far as using this method over HTML::Template you need to be able to predict future expansion to your code (which may be impossible), and as long as you won't need other features (or don't mind rolling your own) then Marty's is as good as any