Help for this page

Select Code to Download


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