Hello,
Is there a possibitlity to access Class - methods via TemplateToolkit ?
i have for example the following perl-code
package MyPack::Test;
sub testsub {
   my $self = shift;
   my @ar = ("A", "B", "C");
   return \@ar;
}


what i want to do is a call in a template like 
[% FOREACH x = MyPack::Test.testsub %]
Here comes [% x %]
[% END %]


Is this possible ?

greetings and thanks in advance
Gernot Homma
Cyber-Atelier
Br�nnerstra�e 20/1/3
fon: +43 1 272 92 51 2
fax: +43 1 272 92 51 9
mail: [EMAIL PROTECTED]




Reply via email to