I need to develop a error module to be used by all the Perl programs that I use, I need to log errors like, warnings, failed odbc calls, a user entering an account number and it's not found etc...You got the idea.
I would like some examples if possible, and how to use this kind of module through out all the files ( Perl programs), and if there would be an easy way to do it.