1Location(3) User Contributed Perl Documentation Location(3)
2
3
4
6 Location - Provides a simple interface to libloc.
7
9 use Location;
10
12 Location is a simple interface to libloc - A library to determine
13 someones location on the Internet.
14 (https://git.ipfire.org/?p=location/libloc.git;a=summary)
15
16 EXPORT
17 None by default.
18
20 https://git.ipfire.org/?p=location/libloc.git;a=summary
21
23 Stefan Schantl, stefan.schantl@ipfire.org
24
26 Copyright (C) 2019 by Stefan Schantl
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself, either Perl version 5.28.1 or, at
30 your option, any later version of Perl 5 you may have available.
31
32
33
34perl v5.36.1 2023-08-01 Location(3)