Help for this page
for my $key (@params) { print "$key = "; ... chomp $value; $settings{$key} = length $value ? $value : undef; }