in reply to Re: Filehandle open?in thread Filehandle open?
sub is_opened { return defined fcntl $_[0], F_GETFL, 0; } [download]
Makeshifts last the longest.