Help for this page

Select Code to Download


  1. or download this
    ####THIS CODE IS ALL IN A WHILE LOOP SO THE VALUE
    #### OF $remoteIP MAY BE CHANGING EACH TIME
    ...
            }
        }
    
  2. or download this
     if ($remoteIP ~~ @k){
        if ($hash{$remoteIP} > $v[$remoteIP]){
                print "YAY IT WORKED";
            }
        }