T
Tom
Hi
I do not understand the error:
Cannot use string to reference has while use strict
This makes no sense.
The correct hash reference is i.e., per the manual
$newval = $hash{DATA};
This works fine and correctly polulates the hash and works in a tied hash
system, up until I uncomment use strict.
Can someone please point me to docs with the reason and corect way to
reference hashes.
Thanks,
Tom
I do not understand the error:
Cannot use string to reference has while use strict
This makes no sense.
The correct hash reference is i.e., per the manual
$newval = $hash{DATA};
This works fine and correctly polulates the hash and works in a tied hash
system, up until I uncomment use strict.
Can someone please point me to docs with the reason and corect way to
reference hashes.
Thanks,
Tom