Help for this page
open RESTART, "x:\\myfiles\file.txt" or die; while(<RESTART>){ #do something with $_ }
open RESTART, "x:\\myfiles\file.txt" or die; #Assume the file opens correctly ... #loop. Will I know about it or will it hang? }