my $param = get_ini_param('Foo','Bar'); my @param1_params = split /,/, $param; # repeat for 37 different parameters with different parsing requirements, slightly different structure.