Help for this page
use strict; use warnings; ... sub result { printf "%s is: %.2f\n", shift // '', shift // 0; }