if ( $hash{$remoteIP} > $logDate ) { $hash{$remoteIP} = $logDate; } #### say "\$remote: $remote"; say "\$v[\$remoteIP]: $v[$remoteIP]"; say "\$hash{\$remoteIP}: $hash{$remoteIP}";