in reply to Re: IO::Socket::SSL & Net::Websocket::Server Question
in thread IO::Socket::SSL & Net::Websocket::Server Question

But the globs numbers still wont be reset to 0, as you saw :)
  • Comment on Re^2: IO::Socket::SSL & Net::Websocket::Server Question

Replies are listed 'Best First'.
Re^3: IO::Socket::SSL & Net::Websocket::Server Question
by noxxi (Pilgrim) on Jul 29, 2014 at 19:45 UTC
    Symbol::gensym() which is used here just uses a global counter to make sure to never create the same symbol twice. So even if the previous symbols are no longer valid it will not reset the counter. No need to worry.