Help for this page
use strict; use warnings; ... use Data::Dumper; print Dumper \%config;
package MyConfig; ... ); 1;
$VAR1 = { 'baz' => 'bat', 'foo' => 'bar' };