Re: Working with templates

2001-04-03 Thread ryddler
Hello Brian, Tuesday, April 03, 2001, 7:48:16 AM, you wrote: BS> I'd like to extend the use of templates a bit further by allowing the use of BS> embedded files - sort of like what you get using SSI on a webserver. This Have you looked at Template::Toolkit? Here's a snip from the docs of some

Working with templates

2001-04-03 Thread Brian Steele
Hi Everyone: Some time ago, I re-wrote my Perl-driven forum script to use templates for all HTML output (i.e. instead of embedding HTML code within the script, I placed it in separate files, which are parsed whenever the script needs to output HTML code). Tags are used to identify locations wher