Help for this page
use strict; ... my_temp_convert::set_ctemp(32); printf "%d F is %d C\n", my_temp_convert::f(), my_temp_convert::c();
89 F is 32 C