in reply to Perl includes to reuse code.
You need to include the line:
use system_mod_includes;
at the head of the Utils.pm module. This will allow you to use both of these:
print Dumper(%HASH); print Data::Dumper::Dumper(%HASH);
But note that print Data::Dumper(%HASH); is a syntax error: the module name is Data::Dumper, so if you want to specify the namespace explicitly when calling the Dumper function, the syntax has to be Data::Dumper::Dumper.
Hope that helps,
| Athanasius <°(((>< contra mundum | Iustus alius egestas vitae, eros Piratica, |
|
|---|