Thread
:
Writing to file
View Single Post
Jul 13th, 2005, 4:52 PM
#
5
kordaff
Newbie
Join Date: Jul 2005
Posts: 1
Rep Power:
0
use IO:
ocket
Then, you can do something like
(
Toggle Plain Text
)
if ($socket->connected) { # go ahead and $socket->recv now } else {reconnect_me() }
if ($socket->connected) { # go ahead and $socket->recv now } else {reconnect_me() }
Kordaff
kordaff
View Public Profile
Find More Posts by kordaff