- or download this
printf( "A float: %12.4f$/", $root_beer );
- or download this
my $fmt = fmt_num_or_blank( $width, $data);
printf( "A float: $fmt$/", $root_beer );
- or download this
# Mnemonic: N nothing for nought nor null
printf( "A float: %N12.4f$/", $root_beer );