or download this
my # declare the variables in the local
+scope (guarantees you won't overwrite a variable already in use or ca
+pture a value already assigned)
($_configParam,$_paramValue) # A list of variable names that you a
+re declaring, note that coma separated variables between parenthesis
+are treated similarly to an array for assignment purposes
...
, 2); # Limit the split to 2 values, close
+ the call to split and terminste the line with a semi-colon
$configParamHash{$_configParam} # in an indexed list keyed on the par
+ameter name
= $_paramValue; # assign the value above to a hash en
+try keyed on the parameter name