in reply to Testing for open filehandles
print( FH, "Hello world\n" ) || die "oops: $!\n"; [download]
-derby
This could have very nasty side effects if you just want to check if the filehandle is open :-)
-- TMTOWTDI