open RESTART, "x:\\myfiles\file.txt" or die; #Assume the file opens correctly while(){ #do something with $_ #My Worry is if the network collapses in this #loop. Will I know about it or will it hang? }