http://qs321.pair.com?node_id=1101047

MaKha has asked for the wisdom of the Perl Monks concerning the following question:

What would the below code snippet mean?

my ($_configParam, $_paramValue) = split(/\s*=\s*/, $_, 2); $configParamHash{$_configParam} = $_paramValue;