Help for this page
sub careful { my( $string, $number ) = @_; ... } ... }
use warnings; ... sloppy( "$string", 0+$number );