Help for this page
my $config = Config::Tiny->read($inifile); for my $key (keys %$config){ ... write_csv( my %out = %h ); } }
%h = map { $_, $gensub->( $section->{$_} ) } keys %$section;