Re: problems with CLEANUP

2000-10-22 Thread Gerald Richter
> 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

Re: problems with CLEANUP

2000-10-20 Thread ___cliff rayman___
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

problems with CLEANUP

2000-10-20 Thread Steven D. Arnold
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