Help for this page
foo = bar foo = bar bar
%hash = { "foo" => "bar" "foo" => "bar bar" )
if( $_ =~ /(\w*) = (\w*)/ ){ $filehash{ $1 } = $2; }