Re: Obtaining a perl hash id in a call back function.

2003-08-27 Thread Carl Jolley
On Wed, 27 Aug 2003, Saber ZRELLI wrote: > > Hi all , > > > The problem is as follows : > > > i have several communication sockets , to each socket i attach a costumised > output window ( which is a perl object i've created ) . > and i store all the output windows in a hash called WIN_LIST , this

RE: Obtaining a perl hash id in a call back function (formats added)

2003-08-27 Thread Saber ZRELLI
Hi all , The problem is as follows : i have several communication sockets , to each socket i attach a costumised output window ( which is a perl object i've created ) . and i store all the output windows in a hash called WIN_LIST , this is the code snippet : >>> $WIN_LIST{$sock}=new perl_modul

Obtaining a perl hash id in a call back function.

2003-08-27 Thread Saber ZRELLI
Hi all , The problem is as follows : i have several communication sockets , to each socket i attach a costumised output window ( which is a perl object i've created ) . and i store all the output windows in a hash called WIN_LIST , this is the code snippet : >>> $WIN_LIST{$sock}=new perl_modu