phemal has asked for the wisdom of the Perl Monks concerning the following question:
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', }, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: reading the hash information from a file
by bobf (Monsignor) on Feb 16, 2007 at 07:14 UTC | |
by b10m (Vicar) on Feb 16, 2007 at 09:01 UTC | |
|
Re: reading the hash information from a file
by fenLisesi (Priest) on Feb 16, 2007 at 09:26 UTC | |
by phemal (Sexton) on Feb 16, 2007 at 09:39 UTC | |
by fenLisesi (Priest) on Feb 16, 2007 at 10:01 UTC | |
by dsheroh (Monsignor) on Feb 16, 2007 at 15:50 UTC | |
|
Re: reading the hash information from a file
by TOD (Friar) on Feb 16, 2007 at 07:14 UTC | |
|
Re: reading the hash information from a file
by palette (Scribe) on Feb 16, 2007 at 14:04 UTC | |
|
Re: reading the hash information from a file
by dragonchild (Archbishop) on Feb 16, 2007 at 17:24 UTC |