Is this supposed to hang after printing '4'?
Posted to
tcl
by rmax at Thu Jun 17 16:00:45 GMT 2010
view raw
set
pipe [
open
|[
info
nameof] w+]
puts
$pipe
{
socket
-server accept 9999
puts
"3"
vwait
forever
}
puts
1
flush
$pipe
puts
2
puts
[
gets
$pipe
]
puts
4
close
$pipe
puts
5
Recent Posts
tcl by oldlaptop
5 days ago
tcl by mookie
11 days ago
tcl by dandyn
18 days ago
tcl by Bradipo
18 days ago
tcl by Bradipo
18 days ago
tcl by oldlaptop
42 days ago
tcl by oldlaptop
42 days ago
tcl by mookie
47 days ago
tcl by mookie
48 days ago
tcl by georgtree
49 days ago
Submit
New paste
Documentation
From Jabber