http://qs321.pair.com?node_id=511452


in reply to Re: Log4perl: Using appropriate Log Levels
in thread Log4perl: Using appropriate Log Levels

That's what I was thinking too - when 'open' fails it doesn't "log" the error, but rather sets $! for you and returns false so that you can see that it's failed, and decide whether you want to do something with the error or not. Your utility subs could do the same...