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;
    }