Help for this page

Select Code to Download


  1. or download this
    my $string = "Vinay";
    printf('%-4.4s', $string);
    print "\n";
    
  2. or download this
    my $num = 40000;
    printf('%4.0f', $num);
    print "\n";