Thread
Output in Konsole und in Datei
(13 answers)
Opened by
roli
at
2009-07-25 21:05
havi
2009-07-27 11:00
User since
2003-08-04
2036 Artikel
BenutzerIn
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 @_;
}
Perl-Zeitung -
http://perl-zeitung.at/
Perl-Blog -
http://usr-bin-perl.blogspot.com/
View full thread
Output in Konsole und in Datei