in reply to Re: Cant find out how to get the real file handle name!
in thread Cant find out how to get the real file handle name!

If you really need to use references as keys, use the standard Tie::RefHash module which won't stringify them.

Replies are listed 'Best First'.
Re: Re: Re: Cant find out how to get the real file handle name!
by mslattery (Initiate) on Apr 18, 2002 at 14:31 UTC
    Thanks for answering!

    This seems like what I want to do so thanks!!!

    BTW, do you think there is a better way to maintain the list of incoming sockets?

    Thanks,
    mslattery

Cant find out how to get the real file handle name!
by mslattery (Initiate) on Apr 18, 2002 at 14:37 UTC
    Fletch,

    Thank YOU very much.

    Just adding the Tie::RefHash and of course Tie(ing) the hash did the trick. All works great now!

    Thanks,
    Mike