in reply to Re: Hash Question
in thread Hash Question
In the module, the file MyFirstModule.pm, %common_codes_hash should be declared with our instead of my. Otherwise it won't work if you put the module and script in two seperate files.> my %common_codes_hash = (....);
|
|---|