my $text = ' "Klick hier":http://'; my $textile = new Text::Textile; $text = $textile->process($text); $tmpl->param(CONTENT => $text);