Thread: Writing to file
View Single Post
Old Jul 13th, 2005, 4:52 PM   #5
kordaff
Newbie
 
Join Date: Jul 2005
Posts: 1
Rep Power: 0 kordaff is on a distinguished road
use IO:ocket

Then, you can do something like
if ($socket->connected)
  {
  # go ahead and $socket->recv now
  }
else {reconnect_me() }

Kordaff
kordaff is offline   Reply With Quote