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