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
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