0

I am trying to update my old Perl script to use the new GeoIP2 module but I can't find any documentation of the actual API calls anywhere.

The README on github, metacpan and the man pages are all the same and don't contain any sample code that I can see.

Borodin
  • 126,100
  • 9
  • 70
  • 144
Russell Fulton
  • 570
  • 4
  • 17

1 Answers1

4

The documentation is on MetaCPAN in the normal place. You just have to follow the link through to the module you are actually going to use.

Screenshot of the documentation mentioned in the question

Borodin
  • 126,100
  • 9
  • 70
  • 144
Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335