To install this class and read the installed on-line documentation, enter these commands at the Linux command line:
tar zxvf Mobile-Location-4.02.tar.gz
cd Mobile-Location-4.02
perl Makefile.PL
make
make test
su
make install
<ctrl-D>
man Mobile::Location
The above commands install the Location.pm class within the installed Perl environment. Note the requirement to use superuser privilege to perform the ``make install'' step.