KEY1=VALUE1 KEY2=VALUE2 #### open(F,"conf.ini"); my %config = {}' while() { (my $key,$value) = split /=/; $config{"$key"} = $value; } close(F);