Thread print Ausgaben "anordnen"
(4 answers)
Opened by Keksi at 2013-02-14 16:46
Schau Dir printf() und sprintf() an. Ich gehe von Integer-Werten aus:
Code (perl): (dl
)
printf "%03d %03d %03d\n", $f[$count], $g[$count], $h[$count]; Doku: http://perldoc.perl.org/functions/printf.html http://perldoc.perl.org/functions/sprintf.html meine Beiträge: I.d.R. alle Angaben ohne Gewähr und auf Linux abgestimmt!
Die Sprache heisst Perl, nicht PERL. - Bitte Crossposts als solche kenntlich machen! |