Help for this page

Select Code to Download


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