in reply to Re^8: In praise of Perl's object system.
in thread In praise of Perl's object system.

That works nicely, as long as I'm the only one using namespace utils; if I'm not, I'll get optional nasty redefinition warnings, or worse silently overriden routines in the utils namespace, which might lead to very hard to debug errors.