Thread Output in Konsole und in Datei (13 answers)
Opened by roli at 2009-07-25 21:05

havi
 2009-07-27 11:00
#123602 #123602
User since
2003-08-04
2036 Artikel
BenutzerIn
[Homepage]
user image
Hi,

so etwas kann man sich auch ganz leicht selbst bauen...

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
sub pprint;

pprint # ...

sub pprint {

# ...

print FILEHANDLE @_;
print @_;

}

View full thread Output in Konsole und in Datei