Re: [htmltmpl] Associate (bug?)
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2009-11-30 18:43:33
|
On Mon, Nov 30, 2009 at 01:14:27PM -0500, Brad Baxter wrote: >In the code below, I'm using a My::Param object that has >a param() method that "works like HTML::Template's param()" >as regards a get operation (which is all I'd expect it to >need). Does it have to be more than that? Hrm, I'd expect at the very least it would need to be able to return a list of parameters (when called in scalar context). UTSL, and down in sub output we see: map { $case_map{$associated_object}{lc($_)} = $_ } $associated_object->param(); -- (garbage below inserted by sourceforge) |