Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

GeoIP revisited

by cavac (Parson)
on Nov 23, 2018 at 12:35 UTC ( [id://1226223]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env bash
    
    ...
    cd /home/myuser/src/geoip
    
    perl updategeoip.pl
    
  2. or download this
    CREATE TABLE geoip
    (
    ...
    )
    TABLESPACE "NAMEOFDATATABLESPACE";
    ALTER TABLE geoip OWNER TO "mydatabaseuser";
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
        
        return $val;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (4)
As of 2024-03-29 11:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found