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 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. > > here's the page concept: > > > display a bunch of HTML here that the designer > did & can change normally > > run the CGI that generates a bunch of table formatted > product data here > > display some basic HTML stuff here that the designer > does & can change > > I thought that the exec command would facilitate this, but I'm not > getting it. thanks for any help. > > Al
HTML::Templates a perl module that lets you seperate code from html. works quite well , provides special tags that look like standard html tags, but subistute perl values and provides looping and discision structure. Greg -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]