Relative Content

Tag Archive for perlberkeley-db

Perl DB_File Query Key is not working but key exist

I’m new with perl.
I’m writing a little code to lookup value in db from key.
If I do a loop on the %hash for keys and value : I can see my keys and my values.
But, when I want to load a specific key, the value is empty.