Help for this page
my %config; m[^([^#][^=]+)=(.*)$] and $config{ $1 } = $2 while <DATA>;
my %config = map { /^([^#][^=]+)=(.*)$/ } <DATA>;