Help for this page

Select Code to Download


  1. or download this
    my $string = 'TEST';
    $string    = sprintf "%08s", $string;
    
  2. or download this
    my $string = 'TEST';
    $string    = sprintf "%-08s", $string;