Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Mystery (to me) Data Structure

by Dru (Hermit)
on Mar 31, 2008 at 10:21 UTC ( [id://677494]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $hashIPs{$ip} = {
                    totalVulns => $ipTotalVulns,
                    vulns => $vulns
    };
    
  2. or download this
    region => $region
    
  3. or download this
    
    my $hashIPs{$ip} = {
    ...
    for my $ip (keys %hashIPsNew){
    print "$ip -- $hashIPsNew{$ip}{region} -- $hashIPsNew{$ip}{totalVulns}
    + -- $hashIPsNew{$ip}{vulns}\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://677494]
Approved by andreas1234567
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found