in reply to child and parent process communication
You could set up your inter process communication via SysV message queues - see perlipc. Yes, that would mean sending function names and parameters as strings. Another (a bit more involved) option is using POE and its Inter-Kernel Communication.
|
|---|