in reply to split line and populate hash shortcut ?
while(<DATA>) { unless((/^\s$/) | (/^#/)) { $config{$`}=$',if(/=/); } } [download]