That particular definition leads to bad things. In particular,
eventually you die in SetupSession because tied %HTML::Embperl::udat
returns undefined.
My guess is that the cleanup of $udat in the module I'm calling
(loaded by an Execute({ isa }) into a template) is untying them
somehow. I tr
Hi Kee,
>
> I'm pretty sure this is the right patch, but I'd like feedback.
> Also, I'm not sure whether the right approach is to use "push" or
> "unshift". As I did it, it looks like the first @isa in the template
> is the first on the stack, and the Req object is last. The latter
> sounds righ