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


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

Thanks. I just checked with sqlite3 at the command line and yes, the command works. But how do I use it with App::geoip?

Replies are listed 'Best First'.
Re^8: Help with Geo::IP output
by marto (Cardinal) on Jun 24, 2020 at 16:44 UTC

    Create a database, then provide the connection details either via the command line argument or your config file.

      Thank you so much for your patience. I have created an SQLite db...but unlike MySQL where I know what the connection details are (e.g. db_user, db_password,...), I do not know what these are for SQLite. What does the config file look like?