Help for this page

Select Code to Download


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