Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Data structure assistance

by BrowserUk (Patriarch)
on Oct 16, 2002 at 15:23 UTC ( [id://205742]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %data;
    while ( more data ) {
    ...
        # for doing domain-from-ip lookups.
        $data{$ip}{'domain'} = $domain;
    }
    
  2. or download this
    ...
    foreach my $time ( @{$data{$domain}{'seconds'}} ) {
       print $time;
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://205742]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (1)
As of 2024-04-25 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found