in reply to Re: Passing Data Between Perl Programs
in thread Passing Data Between Perl Programs
Not exactly but thanks, I know about piping I'm wanting to have two programs running concurrently, program 1 generating data and passing it to the already running program 2 where something is done to it. The inter process communication module mentioned above does what I was looking for. Thanks though
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing Data Between Perl Programs
by Preceptor (Deacon) on Jul 07, 2013 at 19:38 UTC | |
by jmmitc06 (Beadle) on Jul 30, 2013 at 04:36 UTC |