in reply to Re: RFC: Template::YetAnother
in thread RFC: Template::YetAnother

You need embedded Perl Code for stuff like includes. I do not like embedded code. That's why I didn't mentioned it...
-- #!/usr/bin/perl for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

Replies are listed 'Best First'.
Re**3 RFC: Template::YetAnother
by belg4mit (Prior) on Nov 16, 2002 at 18:10 UTC
    No, not really. You could read a seperate template or file into a variable to be susbtituted into the base template. Or, you could write a generic include subroutine. Better yet use the one provided
    *Q::include = \&Text::Template::_load_text;

    --
    I'm not belgian but I play one on TV.