Help for this page

Select Code to Download


  1. or download this
    query us 123  --> this line it failed
    queue ca 456
    
  2. or download this
    
    if ($query eq $hash{'query'}){
    ...
            push @{$hash{$query}},{'domain' => $domain ,'count' => $count}
    +;
            $tot_count = $count;
    }