On Tue, 9 Oct 2001, Mark Stosberg wrote:

> I'm trying populate a loop var using a subroutine reference, something
> like this:
>
> $t->param(
>       my_loop_var => sub {
>               # return an a reference to an array of hash refs
>       }
> );

That won't work currently.  Support could be added for code-ref loops.  I
think I would take a patch for that.  I made code-refs work for if and
unless so I suppose it's only fitting to finish it off.

-sam


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to