- or download this
my %params = %{$config{'template'}};
print $params{'home_url'};
- or download this
print $config{'template'}->{'home_url'};
- or download this
my %config = ParseConfig(\*DATA);
...
$Data::Dumper::Sortkeys = \%config;
print Dumper(\%config);
print $params{'home_url'};