http://qs321.pair.com?node_id=600372

phemal has asked for the wisdom of the Perl Monks concerning the following question:

Hi Guys, i have a hash of hash which is stored in a file (example is given below). Is there anyway where we can access this information and store back in variable or hash of hash format. The file contains huge data and part of the information from file is given below.....
our %hash_of_att_db = ( '0x40e00600' => { 'attack_type' => 'backdoor', 'attack_port' => '', 'attack_sig' => 'lib/attackprolib/backdoor/0x40e00600/08-bac +korifice-2000.dmp', 'attack_sig_v6' => 'lib/attackprolib/backdoor/0x40e00600/ipv +6_08-backorifice-2000.dmp', }, '0x40e00500' => { 'attack_type' => 'backdoor', 'attack_port' => '', 'attack_sig' => 'lib/attackprolib/backdoor/0x40e00500/bionet +.dumpnewdump', 'attack_sig_v6' => 'lib/attackprolib/backdoor/0x40e00500/ipv +6_bionet.dump', }, );