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 schelte
2 days ago
tcl by oldlaptop
15 days ago
tcl by mookie
21 days ago
tcl by dandyn
28 days ago
tcl by Bradipo
28 days ago
tcl by Bradipo
28 days ago
tcl by oldlaptop
52 days ago
tcl by oldlaptop
52 days ago
tcl by mookie
57 days ago
tcl by mookie
58 days ago
Submit
New paste
Documentation
From Jabber