Mega Code Archive

 
Categories / Perl / String
 

Printf The formatted number is %10dn, 100

printf "The formatted number is |%10d|\n", 100;