Mega Code Archive

 
Categories / Perl / String
 

Printf The formatted floating point number is %8 2fn,14 3456

printf "The formatted floating point number is |%8.2f|\n",14.3456;