Deleting hash keys, but ending up with other keys

2007-02-17 Thread Wagner, David --- Senior Programmer Analyst --- WGO
I have two hashes and each is made up of two keys. One has only a numeric value and the the second one has the detail. If I find out that I have right situation, I change the numeric value in the first hash. I have done data dumper where I create the hash and as I update the hash value and

Re: hash constant

2007-02-17 Thread Peter Scott
On Fri, 16 Feb 2007 14:46:12 +0100, cz172638 wrote: > it looks well, but i tried to export them unsuccessfully. > >>It's not worth the trouble of doing this with constant.pm. Use >>Readonly.pm instead: >> >>use Readonly; >>Readonly my %TESTERCONFIG => ...; Well sure you can't export a lexical, s