Help for this page
print $some_new_hash{"andrew"}; # Causes Error
%some_new_hash = map {chomp; s#^"##; s#"$##; $_} <DATAFILE>;