Re: Apache::ASP and tied variables

2000-07-08 Thread Joshua Chamas
Remi Fasol wrote: > > hello. > > i am using Tie::IxHash within my Apache::ASP page and > have noticed that the size of my processes are > balooning in size (as told by 'top'). > > do i need to explicitly untie and undef my tie > variables? or are they automatically freed when my > page exits? >

Apache::ASP and tied variables

2000-07-07 Thread Remi Fasol
hello. i am using Tie::IxHash within my Apache::ASP page and have noticed that the size of my processes are balooning in size (as told by 'top'). do i need to explicitly untie and undef my tie variables? or are they automatically freed when my page exits? thank you, remi __