http://qs321.pair.com?node_id=11118435


in reply to Re: Help with Geo::IP output
in thread Help with Geo::IP output

There is an easy way, use SQLite, see DATABASE linked from from dsn which I linked previously. You need to read the documentation for the tool.

Update: typo, dns/dsn. Thanks Your Mother.

Replies are listed 'Best First'.
Re^3: Help with Geo::IP output
by Anonymous Monk on Jun 24, 2020 at 15:34 UTC

    The App::geoip page doesn't explain how to use it with SQLite. Ir only says it works with SQLite.

      dsn: "If the connection works, the tables used by this tool will be created if not yet present."

      Provide a working connection, the tool does literally everything else for you.

        I'm using a shared hosting server. I'm not even sure if SQLite is installed for the user and how to connect to it :(