in reply to Re^2: Errors from a simple Package
in thread Errors from a simple Package

Thanks runrig,

Good suggestion - I'm trying that now.  I hadn't considered opening the file evertime I want to append it.  Probably not a big overhead since I'll probably only be doing it when I'm trying to debug something.

But do you know if/how I can share a filehandle (e.g. "DEBUG") between a script and a package?

Thanks.