I have a project that requires a very large number of
hashes. I would like to place these hashes in a seperate
file as a package and use them in the main program but:
%hash = packagename::%hash;
but that gives a syntax error. So I tried escaping the "%":