![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Inter-Process Communicationby dpuu (Chaplain) |
on Jul 21, 2002 at 02:29 UTC ( #183727=note: print w/replies, xml ) | Need Help?? |
I'm not sure about the specifics of your Win32 installation. Under cygwin, fork and pipe are implemented, so the following code works:
You can do use select to poll the filehandle. Of course, you could simply use your socket instead of opening the pipe. --Dave.
In Section
Seekers of Perl Wisdom
|
|