Hi! I have a number of hash's that use over and over. Currently I can access via a "require file_name". I would to put these in a package and access them, but I do not know how. Any ideas?
%T_HASH = (
a => [ "d", "e", "f", ],
b => [ "g", "h", "i", ],
c => [ "j", ],
);
Thanks,
Jerry
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
