Help for this page
printf FH "%s ==> %i", $string, $int;
print FH sprintf("%s ==> %i", $string, $int);
mkdir(sprintf($format, @stuff));