in reply to Re^6: How to remove the actual glob from a glob reference
in thread How to remove the actual glob from a glob reference
A write will never return end of file, it'll return an error. On my system, it's error 9, "Bad file descriptor". Are you asking how to check if the file is still opened? if defined(fileno($a))
|
|---|