KEY=VALUE KEY=VALUE ... #### open(F,"config.conf"); my %config = {}' while() { (my $key,$value) = split /=/; $config{"$key"} = $value; } close(F)