Thread Formatierte Ausgabe (11 answers)
Opened by fritz at 2006-01-02 10:53

esskar
 2006-01-02 13:45
#61434 #61434
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
Code: (dl )
1
2
3
4
5
6
7
8
sub Output
{
my $string = sprintf(@_);

print "$string\n";

StringFileBuilder($string);
}


btw.
Code: (dl )
1
2
use strict;
use warnings;

View full thread Formatierte Ausgabe