Help for this page

Select Code to Download


  1. or download this
    while(<DATA>){
        next unless /\w/;
    ...
        $sr{$server  } = 1;
    }
    
  2. or download this
    for my $key (sort keys %h){
        for (@db) { $h{$key}{$_} = round($h{$key}{$_} / ($count * 60))} ;
    }