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


in reply to Executing functions from another process

This is commonly called a Remote Procedure Call or RPC and naturally you can find modules for that. For example RPC::Async::Server and RPC::Async::Client

  • Comment on Re: Executing functions from another process