while((my $line=)=~/\S/) { chomp($line); (my ($k), my ($v))=split('=>', $line); $k=~s/\s//; $v=~s/\s//; $experimental_hash{$k}=$v; }