Johannes Kilian wrote: > my $str='[% dir.documentation %]/[% component.name %]';
'component' is a special variable which refers to the current template you're processing. 'component.name' returns its name. You're getting that value instead of your variable. See Template::Manual::Variables or p111 of the Badger Book. HTH A _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
