Help for this page
while(<CONFIG_FILE>) { print("Line: $_\n"); ... (undef, $activationCode) = split(/\s*=\s*/,$_); print "activation code: $activationCode\n"; } # etc...
my %config; ... } $config{$1} = $2; }