# English to Metric Conversion Program # Version 2.0 # README File # By Mike Calabrese # http://www.mikecalabrese.com # 07-16-2003 # This program is available for free on an AS-IS basis. I am not # responsible for consequential damages, loss of income or whatever # else that may happen as a result of the use of this program. This program is designed to take a given input distance in either inches, feet, yards or miles and convert them to centimeters, meters or kilometers. The 3 files included are this README file, the Perl script enmeco.pl and the HTML page that points to this script called enmeco.html. This script has been tested on UNIX and LINUX environments successfully. The following configuration changes need to be made in order to successfully run this program: 1) Place the HTML page enmeco.html on your server where your other HTML documents reside. Be sure to change the "FORM ACTION" line to point to the url location of enmeco.pl. (For example-