Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: interprocess communication

by morgon (Priest)
on May 15, 2014 at 15:23 UTC ( [id://1086163]=note: print w/replies, xml ) Need Help??


in reply to interprocess communication

I don't have time to run your code, but there is at least one thing you do wrong:

Your parent-process uses the angle-operator to read from the pipe which means it looks for newlines. Your child however does not supply newlines.

So try

print WRITE "$val2\n";
in your child.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1086163]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-03-29 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found