Re: how to use socketpair to run another program

2002-08-01 Thread Steve Grazzini
Ken <[EMAIL PROTECTED]> wrote: > I have an external program (not in perl, and not written by me). > I want to send a string to it, have it do it's thing, then return > the output to my perl program. Then, depending on the results, I > might need to run the external program again with a differen

how to use socketpair to run another program

2002-07-31 Thread Ken
I've looked at Programming Perl and the Perl Cookbook, but I'm just too dense to figure out how to do this. I have an external program (not in perl, and not written by me). I want to send a string to it, have it do it's thing, then return the output to my perl program. Then, depending on the re