Mega Code Archive
Categories
/
Perl
/
String
Printf Left-justified the number is %-10dn, 100
printf "Left-justified the number is |%-10d|\n", 100;