Help for this page
... my($key, $value) = split(/\t/,$_,2); # might also need to do this: $value =~ s/\t/ /g; $$hash{$key} = $value; ...