my $text = ' "Klick hier":http://'; my $tmpl = HTML::Template::Compiled->new(filename=>'...'); $text = $tmpl->parse($text, \%params); my $textile = new Text::Textile; $text = $textile->process($text); $tmpl->param(CONTENT => $text);