if (open (F, ">$name")) { print F,$data; close(F); } #This part will be where I handle a server crash?? else { warn "...SERVER ERROR ETC.." }