modometer 1.1 Here is modometer, a Perl/Tk implementation of my Xlib program xodometer, which tracks the total distance your cursor and pointing device (typically a mouse) travel. It also maintains "trip" distance since the application started or since you clicked on a trip reset button. A pull-down menu allows you to select in which units the distance is displayed, from millimeters to nautical miles to light-nanoseconds, and more. modometer requires a one-time calibration procedure which is fully described by reading the man page, entering "modo -full_help" or selecting Help/Usage from the modometer Menu bar. modometer was inspired by the Macintosh Mouse Odometer program written by Sean P. Nolan. An IBM RS/6000 model 320 running AIX 3.2.5 with mwm and X11 Release 5 was the primary developement environment. Please report any bugs and be sure to fully specify your configuration. Although in theory the cursor distance can be reliably tracked, the actual distance your pointing device moves is only APPROXIMATED and will not be very exact, so don't report this as a bug :-)! Installation The modometer tar file is available via anonymous FTP from FTP.Lehigh.EDU in the directory pub/odometer/modo. Unpack it, and assuming Perl/Tk is known as /usr/local/bin/perl, just type ./modo. To really "install" modometer edit the Makefile variables and `make install'. I welcome comments, enhancements, and bug reports. Stephen O. Lidie Lehigh University Computing Center lusol@Lehigh.EDU Revision History lusol@Lehigh.EDU, LUCC, 95/08/17 . Original version 1.1 release. lusol@Lehigh.EDU, LUCC, 95/12/11 . Add use strict to tidy things up.