Help for this page

Select Code to Download


  1. or download this
    while (my ($fileh, $repoch) = each(%radar)){        
        if ($ltgepoch == $repoch) {
            ...    
        }
    }
    
  2. or download this
    if (exists($radar{$ltgepoch})) {
        ...
    }