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 these reports from 'main' doesn't feel
right.(should it?)
I thought about creating them in their separate package, then export'ing
and use'ing them, since I know exactly what reports I expect to have.
Does this sound right?

thanks,
 ruthie


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to