Help for this page

Select Code to Download


  1. or download this
    <p>this doesn't work </p>
    use CGI;
    ...
    if ($REMOTE_IP ne $query) {
    do this
    }
    
  2. or download this
    <p>it only works like this</p>
    
    ...
    if ($REMOTE_IP ne $query) {
    do this
    }