open DATAFILE, "; print keys %some_new_hash; # This works fine print $some_new_hash{"andrew"}; # Causes Error