Help for this page
$totalNumber = sprintf "%02d", 1; ... print "the number is less than 10\n"; } }
$totalNumber = 01; print $totalNumber;