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 of the syntax...
------------------------------
INSERT    - insert a file without any processing
            [% INSERT legalese.txt %]

INCLUDE   - process another template file/block, localising vars
            [% INCLUDE template %]
            [% INCLUDE template  var = val, ... %]

------------------------------

Best regards,
ryddler
[EMAIL PROTECTED]
www.cu-online.com/~ryddler/conquest



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-users

Reply via email to