RE: hashing in a package
> -Original Message- > From: Jerry Preston [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 10, 2002 12:32 PM > To: Beginners Perl > Subject: hashing in a package > > > Hi! > > I have a number of hash's that use over and over. Currently > I can
hashing in a package
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"