sorting DB_File hash data

2010-06-20 Thread philge philip
hi can someone tell me how i can sort by keys from a hash (huge data) stored in a DB_File? thanking you philge

sort hash in Data::Dumper

2010-06-20 Thread philge philip
hi can someone tell me how i can sort by keys from a hash (huge data) stored using Data::Dumper? thanking you philge

store and edit perl hash data

2010-06-19 Thread philge philip
hi in the below script: use Storable qw(store_fd fd_retrieve); my %position_counts = ('name' = 'rahul'); open(OUT1, temp.txt); store_fd(\%position_counts, *OUT1) || die can't store to temp.txt\n; close(OUT1); is it possible to change values of my hash %position_counts stored in the file