Help for this page
my $string = "Vinay"; printf('%-4.4s', $string); print "\n";
my $num = 40000; printf('%4.0f', $num); print "\n";