# Temperature Conversion Program # Version 2.0 # By Mike Calabrese # http://www.mikecalabrese.com # 07-22-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 temperature in either celsius or fahrenheit ranges and convert them to fahrenheit or celsius as well as Kelvins, Rankine and Reaumur. The 3 files included are this README file, the Perl script tempcon.pl and the HTML page that points to this script called tempcon.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 tempcon.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 tempcon.pl. (For example-