in reply to Re: Parallel Execution Flows
in thread Parallel Execution Flows

Thanks. When i replaced the backticks in the $sio_cmd with system, it worked for me.

Replies are listed 'Best First'.
Re^3: Parallel Execution Flows
by Corion (Patriarch) on Mar 08, 2010 at 09:43 UTC

    You didn't read the documentation I linked to. Your approach will sporadically fail as soon as there is more than one process with the name sio in it, for example grep sio will also match that. Please read open, fork and/or perlipc.