Ramprasad A Padmanabhan wrote:
Hi,
I have a simple script that reads a hashDB file into a tied hash.
When I do a Dumper , I get the hash values , but when I pring a value
nothing is printed ... what am I doing wrong here ?
use DB_File;
use strict;
u
Hi,
I have a simple script that reads a hashDB file into a tied hash.
When I do a Dumper , I get the hash values , but when I pring a value
nothing is printed ... what am I doing wrong here ?
use DB_File;
use strict;
use Data::Dumper;
my %hash;
my $
Hi,
I have a simple script that reads a hashDB file into a tied hash.
When I do a Dumper , I get the hash values , but when I pring a value
nothing is printed ... what am I doing wrong here ?
use DB_File;
use strict;
use Data::Dumper;
my %h