Hi. I've implemented new template processing module based on previously-posted Text::SimpleTemplate, and planning to upload to CPAN. This new module handles template syntax similar to HTML::Embperl or Template Toolkit, but is much smaller and 2-8 times faster. Its simple object API is semi-compatible with Text::SimpleTemplate, so this would also be a good upgrade path between Text::SimpleTemplate (which is faster than this module but is limited in template syntax) and heavyweight solution like Template Toolkit. I know there already is plenty of template processing modules out there, but it seems there's no module that fills the gap between lightweight "eval-and-substitute" type modules and heavyweight "intermix-text-and-control-structure" type modules. This module supports complex template syntax similar to those of heavyweight modules, while its speed and size is comparable to lightweight ones. If this proposal is acceptable, I would like to register this module with following information: Name DSLI Description Text::ScriptTemplate adpO Lightweight processor of full-featured template Best Regards, -- Taisuke Yamada <[EMAIL PROTECTED]> PGP fingerprint = 6B 57 1B ED 65 4C 7D AE 57 1B 49 A7 F7 C8 23 46