On Fri, Jun 17, 2005 at 09:30:58PM +0400, Laura wrote:
> Do I need to kill HEAP variables in _stop ?
> 
> for example
> 
> sub _stop {
> 
> undef $_[HEAP]->{VARIABLE};
> }
> 
> or POE doing it automatically ?

When the session is finished, it's garbage-collected. So of course POE will,
unless you've got a reference do that variable somewhere else.

> thx

That is *not* english. Unless you're 15, in America, and borrowing your mum's
AOL account. Try "thanks".

-- 
     Matt S Trout           Website: http://www.shadowcatsystems.co.uk
  Technical Director        E-mail:  mst (at) shadowcatsystems.co.uk
Shadowcat Systems Ltd.

Reply via email to