Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

$ENV{REMOTE_ADDR} problem

by bigup401 (Pilgrim)
on Oct 23, 2018 at 09:49 UTC ( [id://1224540]=perlquestion: print w/replies, xml ) Need Help??

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
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1224540]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-16 20:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found