my $toInFromFt= ConvertTo( 'in', 'ft' ); while( ) { chomp; print OUT $toInFromFt->($_), $/; }