Help for this page
my $string = 'TEST'; $string = sprintf "%08s", $string;
my $string = 'TEST'; $string = sprintf "%-08s", $string;