Mark Martinec writes: > 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?
yes. the idea is to stop code parsing, but allow POD parsing to go beyond that point. unfortunately, I was thinking of __END__, but confused it with __DATA__ :( --j.
