Re: DB_File Not getting hash values

2005-03-10 Thread Ramprasad A Padmanabhan
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

DB_File Not getting hash values

2005-03-10 Thread Ramprasad A Padmanabhan
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 $

DB_File Not getting hash values

2005-03-10 Thread Ramprasad A Padmanabhan
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