Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

RE: Re: Win32 Bidirectional IPC

by Cybercosis (Monk)
on Jul 12, 2000 at 01:57 UTC ( [id://22121]=note: print w/replies, xml ) Need Help??


in reply to (jcwren) Re: Win32 Bidirectional IPC
in thread Win32 Bidirectional IPC

here's the basics:
my($read, $write, $pid); $pid = open2($read, $write, 'pipetest'); die "Pipe open failed: $!\n" if ($pid =~ /^open2/); print $write length($j_random_string); print $write $j_random_string; read $read $foo, length($j_random_string); print $foo, "\n";
The code executes, but nothing happens. The pipetest executable executes, but doesn't recieve any data, nor does it print any. Any ideas?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-18 09:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found