Help for this page
package MyConfig; ... return $config; } "the end";
use MyConfig; my $externalConfig = MyConfig->new(); ... # etc.... }