Help for this page

Select Code to Download


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