Check out the latest documentation.

Installing the Perl API

If you havn't already, you can obtain a copy of the latest version of the API using one of the links on the downloads page.

To install on a Linux system, go to the directory for your chosen detection method (i.e. Pattern or Trie) with

								$ cd Device-Detection/perl/[package name]

								

Then install with

								$ perl Makefile.PL
$ sudo make install