Help for this page

Select Code to Download


  1. or download this
    if ( $hash{$remoteIP} > $logDate ) {
        $hash{$remoteIP} = $logDate;
    }
    
  2. or download this
    say "\$remote: $remote";
    say "\$v[\$remoteIP]: $v[$remoteIP]";
    say "\$hash{\$remoteIP}: $hash{$remoteIP}";