Thread print Ausgaben "anordnen" (4 answers)
Opened by Keksi at 2013-02-14 16:46

Linuxer
 2013-02-14 16:55
#165796 #165796
User since
2006-01-27
3882 Artikel
HausmeisterIn

user image
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!

View full thread print Ausgaben "anordnen"