> Is there any purpose in having a declared file handle DATA
> in Plugin/VBounce.pm, with an associated open(!) file descriptor?
> Seems like a waste of resources? May I throw it away?

Found another case of a permanently open file descriptor, allowing
the program to read from a module's own source file: Plugin.pm

What is the purpose of these DATA file handles? Unintentional?
Does any module really need to read data attached at its tail?

  Mark

Reply via email to