From: "Matija Grabnar" <[EMAIL PROTECTED]>
> Setting up the loops would be expensive, since it involves a LOT of data

You may already know this. It would be fairly easy for you to subclass H::T
to use your own modified param method. Modify it to accept a second
parameter:

========
@foo=({bar=>1,baz=>2},{bar=>3,baz=>4});
@die=(1,0);
$t->param(foo=>[EMAIL PROTECTED], [EMAIL PROTECTED]);
========

Then, in the param method's loop have it test the corresponding die
parameter instead of the global setting.

BTW: I think your request makes *a lot* of sense. I'd call it an enhancement
instead of a bug.

Mark



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Html-template-users mailing list
Html-template-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to