my $string = 'Dies ist ein Test'; print sprintf("%30s",$string); print sprintf("%-30s",$string);