http://qs321.pair.com?node_id=873417


in reply to Re^3: how to make a module and its methods accessable between paren t and child threads
in thread how to make a module and its methods accessable between paren t and child threads

Note that you don't need to use threads to do that. You can use assynchronous IO. Take a look at POE, AnyEvent and IO::Async.

daniel
  • Comment on Re^4: how to make a module and its methods accessable between paren t and child threads