Hi all.
I am writing an application in perl and I would like to have it print things out into global 'Report' objects(warning, error, result reports etc).
In general, I like to think of my reports as tools the applications uses constantly, but are not a part of it.
Well, creating instances of...