> I was using the CLEANUP subroutine in an embperl page to save a value in
> udat, however when I do this it seems the value does not stay in
> udat. When I save the object in udat immediately, rather than doing so in
> CLEANUP, it saves correctly. Any idea why this would be? I am using b3;
> I
Gerald will give you an authoritative answer, but i'd bet that %udat has been
untied before the cleanup phase begins, and therefore the data is not written to
disk.
i think that the latest version allows you access to the session. if i am correct,
you may have to write the additional session dat
I was using the CLEANUP subroutine in an embperl page to save a value in
udat, however when I do this it seems the value does not stay in
udat. When I save the object in udat immediately, rather than doing so in
CLEANUP, it saves correctly. Any idea why this would be? I am using b3;
I'll pr