Re: [Templates] Called UNIVERSAL::can() as a function, not a method

2009-06-02 Thread Oleg Kostyuk
Hello guys, I think that new code in trunk/lib/Template/Plugin/Scalar.pm, rev 1201 is not correct: 98 my $method; 99 if (Scalar::Util::blessed($this)) { 100 # lookup the method... 101 $method = $this->can($item); 102 } 103 else

Re: [Templates] recursive structure versus template

2009-06-02 Thread Randal L. Schwartz
> "template" == template mailings writes: template> I have an recursiv perl structure .. template> but i see no template directive to build recursive things like this. See "perldoc Template::Manual::Views". -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 h

[Templates] recursive structure versus template

2009-06-02 Thread template . mailings
Hello, great thanks for the template toolkit. Therefor i have a question. I change an existing application to a mvc one. Based on "catalyst" and the "template toolkit". On this point i run into an problem. I have an recursiv perl structure $node->{clients} ->{clients} ->{clients