in reply to Perl includes to reuse code.
No, in my test scripts, Utils.pm begins as follows:
package Utils; use system_mod_includes; [download]
But note that there is no package directive in system_mod_includes.pm. If I add one, I get an error like the one you originally reported:
Undefined subroutine &Utils::Dumper... [download]
I assume this is a namespace problem.
Hope that helps,